X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fdata_plane%2Fvpp_lite_topo%2Ftest_driver%2Fbasic_no_odl.sh;h=9996111d989cd9981d7726d6e357286a4dd4d584;hb=ae57efc8dc2cd1d70352497b2cb6d57cddb06fa2;hp=6d06a16cb5dcc97bfc26892711ecbd4de898ff4d;hpb=bf231ba795387064e7c4f1781240619429a4ef29;p=one.git 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