Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
brb committed Dec 22, 2017
1 parent a7ea71b commit f2972fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/191_create_bridge_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,21 @@ kill_weaver() {
start_suite "Re-create bridge after restart"

# Should create a bridge of the "bridge" type
echo "1"
WEAVE_NO_FASTDP=1 weave_on $HOST1 launch
echo "2"
WEAVE_NO_FASTDP=1 weave_on $HOST2 launch $HOST1
echo "3"

start_container $HOST1 $C1/24 --name=c1
echo "4"
start_container $HOST2 $C2/24 --name=c2
echo "5"
assert_raises "exec_on $HOST1 c1 $PING $C2"
echo "6"

kill_weaver # should re-create the bridge
echo "7"

sleep 3

Expand Down

0 comments on commit f2972fd

Please sign in to comment.