summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/data_plane/vpp_lite_topo/lisp_test.sh2
-rwxr-xr-xtutorial/setup_lisp_topo.sh2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/data_plane/vpp_lite_topo/lisp_test.sh b/tests/data_plane/vpp_lite_topo/lisp_test.sh
index 7f01f5a..2f09abb 100755
--- a/tests/data_plane/vpp_lite_topo/lisp_test.sh
+++ b/tests/data_plane/vpp_lite_topo/lisp_test.sh
@@ -69,6 +69,8 @@ if [ "$1" == "clean" ] ; then
exit 0;
fi
+sleep 1
+
# create vpp to clients and inter-vpp namespaces
sudo ip netns add vppns1
sudo ip netns add vppns2
diff --git a/tutorial/setup_lisp_topo.sh b/tutorial/setup_lisp_topo.sh
index a0dd747..b38ee5d 100755
--- a/tutorial/setup_lisp_topo.sh
+++ b/tutorial/setup_lisp_topo.sh
@@ -21,6 +21,8 @@ if [ "$1" == "clean" ] ; then
exit 0;
fi
+sleep 1
+
# create vpp to clients and inter-vpp namespaces
ip netns add vppns1
ip netns add vppns2