summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/test_driver/smr_rtr_disjoint.sh
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2016-06-24 16:58:29 +0200
committerFlorin Coras <fcoras@cisco.com>2016-06-24 16:58:29 +0200
commitaf09353134cdd9c6ea250851b22086e7237073d4 (patch)
treebad6f18c874d4a8689c38b4927e0459f23e69ea4 /tests/data_plane/vpp_lite_topo/test_driver/smr_rtr_disjoint.sh
parentfb472ab0029c8a810ae274c1a0d4f44a2aeb4fa4 (diff)
Small changes to the SMR + disjoint locators test
- rename odl interface connected to the wan4 network - update text of user prompt messages Change-Id: I4450e5a6233b1317a8bbc7cae61d1918182dc08f Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'tests/data_plane/vpp_lite_topo/test_driver/smr_rtr_disjoint.sh')
-rw-r--r--tests/data_plane/vpp_lite_topo/test_driver/smr_rtr_disjoint.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/data_plane/vpp_lite_topo/test_driver/smr_rtr_disjoint.sh b/tests/data_plane/vpp_lite_topo/test_driver/smr_rtr_disjoint.sh
index 4b8abd9..f03c199 100644
--- a/tests/data_plane/vpp_lite_topo/test_driver/smr_rtr_disjoint.sh
+++ b/tests/data_plane/vpp_lite_topo/test_driver/smr_rtr_disjoint.sh
@@ -48,9 +48,9 @@ function test_smr_rtr_disjoint {
rc=$?
if [ $rc -ne 0 ] ; then
- echo "Simple test failed: No ICMP response received within specified timeout limit!"
+ echo "IPv6 over IPv4 test failed: No ICMP response received within specified timeout limit!"
else
- echo "Simple test passed."
+ echo "IPv6 over IPv4 test passed."
test_result=0
fi
@@ -62,18 +62,18 @@ function test_smr_rtr_disjoint {
smr_rtr_disjoint_reconfigure
if [ "$2" == "wait" ] ; then
- read -p "Topology reconfigured press any key to continue .." -n1
+ read -p "Forwarding reconfigured press any key to continue .." -n1
fi
- # TEST IP6 over disjoing IP4 and IP6 underlay
+ # TEST IP6 over disjoint IP4 and IP6 underlay
test_ns_ping $1 vpp1-ns
rc=$?
if [ $rc -ne 0 ] ; then
- echo "SMR+RTR test failed: No ICMP response received within specified timeout limit!"
+ echo "SMR + disjoint locators test failed: No ICMP response received within specified timeout limit!"
else
- echo "SMR+RTR test passed."
+ echo "SMR + disjoint locators test passed."
test_result=0
fi