Update to deal with weave/499d6312b7e6159ab94c116127b9c020fe109118

This commit is contained in:
Tom Wilkie
2015-11-10 13:17:37 +00:00
parent 40135dc284
commit 8d1307764f
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
start_suite "Test short lived connections between containers"
WEAVE_NO_FASTDP=true weave_on $HOST1 launch
WEAVE_NO_FASTDP=true WEAVE_DOCKER_ARGS=$ADD_HOST_ARGS weave_on $HOST1 launch
scope_on $HOST1 launch
weave_on $HOST1 run -d --name nginx nginx
weave_on $HOST1 run -d --name client alpine /bin/sh -c "while true; do \

View File

@@ -4,8 +4,8 @@
start_suite "Test short lived connections between containers on different hosts"
WEAVE_NO_FASTDP=true weave_on $HOST1 launch $HOST1 $HOST2
WEAVE_NO_FASTDP=true weave_on $HOST2 launch $HOST1 $HOST2
WEAVE_NO_FASTDP=true WEAVE_DOCKER_ARGS=$ADD_HOST_ARGS weave_on $HOST1 launch $HOST1 $HOST2
WEAVE_NO_FASTDP=true WEAVE_DOCKER_ARGS=$ADD_HOST_ARGS weave_on $HOST2 launch $HOST1 $HOST2
scope_on $HOST1 launch
scope_on $HOST2 launch