summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/test_driver/basic_no_odl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data_plane/vpp_lite_topo/test_driver/basic_no_odl.sh')
-rw-r--r--tests/data_plane/vpp_lite_topo/test_driver/basic_no_odl.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data_plane/vpp_lite_topo/test_driver/basic_no_odl.sh b/tests/data_plane/vpp_lite_topo/test_driver/basic_no_odl.sh
index 6d06a16..9996111 100644
--- a/tests/data_plane/vpp_lite_topo/test_driver/basic_no_odl.sh
+++ b/tests/data_plane/vpp_lite_topo/test_driver/basic_no_odl.sh
@@ -1,9 +1,9 @@
source config.sh
source odl_utils.sh
-source topologies/basic_topo.sh
+source topologies/2_node_topo.sh
if [ "$1" == "clean" ] ; then
- basic_topo_clean
+ 2_node_topo_clean
exit 0
fi
@@ -14,7 +14,7 @@ fi
function test_basic_no_odl
{
- basic_topo_setup no_odl
+ 2_node_topo_setup no_odl
maybe_pause
@@ -23,7 +23,7 @@ function test_basic_no_odl
ip netns exec vppns1 "${1}" -w 15 -c 1 "${2}"
if [ $? -ne 0 ] ; then
echo "No response received!"
- basic_topo_clean no_odl
+ 2_node_topo_clean no_odl
exit $test_result
fi
@@ -45,7 +45,7 @@ function test_basic_no_odl
# test done
- basic_topo_clean no_odl
+ 2_node_topo_clean no_odl
if [ $rc -ne 0 ] ; then
echo "Test failed: No ICMP response received within specified timeout limit!"
else