mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-02 17:50:39 +00:00
Update to deal with weave/499d6312b7e6159ab94c116127b9c020fe109118
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user