diff options
author | Mauro Sardara <msardara@cisco.com> | 2023-01-20 20:19:01 +0000 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2023-01-23 16:56:15 +0000 |
commit | c33cdb0fe6a1b97e16e9a3a92d9b084115e1b278 (patch) | |
tree | 068c6ba4baee93e8dbf9827f37333d00a1adbc08 /tests | |
parent | 5a86b5436c369547360ec8206d1f07261b9562f3 (diff) |
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 <msardara@cisco.com>
(cherry picked from commit 4ec2784197db60e4f287a88b7944ecb1067bfc08)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/functional-tests/2-nodes-vpp-memif-local-remote.robot | 21 |
1 files changed, 0 insertions, 21 deletions
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} |