diff options
author | Andrej Kozemcak <akozemca@cisco.com> | 2016-05-18 14:03:54 +0200 |
---|---|---|
committer | Andrej Kozemcak <akozemca@cisco.com> | 2016-05-18 14:08:06 +0200 |
commit | 05767cf174f01c5ffdc317112dfabb64bd677a6c (patch) | |
tree | f9c4c6d4f7f6c4b760e755d9f259c55688f5ec7a /tests | |
parent | d746f9639a45f53cd927609c6e1800e3ca4dc041 (diff) |
Bug fix, can`t create new interface
Script create new interface before it remote old interface
Change-Id: Ida3a1f4f45398b5c3b8908de3209d70eceac8404
Signed-off-by: Andrej Kozemcak <akozemca@cisco.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/data_plane/vpp_lite_topo/lisp_test.sh | 2 |
1 files changed, 2 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 |