From c33cdb0fe6a1b97e16e9a3a92d9b084115e1b278 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Fri, 20 Jan 2023 20:19:01 +0000 Subject: feat(hicn-plugin): reuse strategy node to forward interests Before the interest forwarding was duplicated in 2 different nodes, the strategy_node and the interest_hitpit_node. Reuse the strategy node so that the nexthop selection via the strategy is done only in one place - teh strategy node. Change-Id: I2c72ec35b1df4e6ed8ce0877e9f3e6f5c1ae68f8 Signed-off-by: Mauro Sardara (cherry picked from commit 4ec2784197db60e4f287a88b7944ecb1067bfc08) --- .../2-nodes-vpp-memif-local-remote.robot | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 tests/functional-tests/2-nodes-vpp-memif-local-remote.robot (limited to 'tests') diff --git a/tests/functional-tests/2-nodes-vpp-memif-local-remote.robot b/tests/functional-tests/2-nodes-vpp-memif-local-remote.robot deleted file mode 100644 index 31f5143ea..000000000 --- a/tests/functional-tests/2-nodes-vpp-memif-local-remote.robot +++ /dev/null @@ -1,21 +0,0 @@ -*** Settings *** -Resource ../resources/libraries/robot/runtest.robot -Resource ../resources/libraries/robot/common.robot - -Suite Setup Run Keywords -... Build Topology -... 2-nodes -... vpp-memif-local-remote -... AND -... Check Environment -Suite Teardown Run Keywords -... Destroy Topology - - -*** Test Cases *** -Test traffic received from local face is forwarded to remote face - Log to console Test traffic received from local face is forwarded to remote face - ${result} = Run Process bash -x ${EXECDIR}/config.sh localremote - Log Many - ... stdout: ${result.stdout} - ... stderr: ${result.stderr} -- cgit 1.2.3-korg