don't look for 'weaveproxy' - it no longer exists

... as of Weave Net 2.0
This commit is contained in:
Matthias Radestock
2017-06-25 07:14:20 +01:00
parent 6ef8281ad0
commit 30168c520e
5 changed files with 1 additions and 6 deletions

View File

@@ -8,10 +8,9 @@ start_suite "Launch scope and check it boots"
weave_on "$HOST1" launch
scope_on "$HOST1" launch
wait_for_containers "$HOST1" 60 weave weaveproxy weavescope
wait_for_containers "$HOST1" 60 weave weavescope
has_container "$HOST1" weave
has_container "$HOST1" weaveproxy
has_container "$HOST1" weavescope
scope_end_suite

View File

@@ -10,7 +10,6 @@ scope_on "$HOST1" launch
wait_for_containers "$HOST1" 60 weavescope
has_container "$HOST1" weave 0
has_container "$HOST1" weaveproxy 0
has_container "$HOST1" weavescope
scope_end_suite

View File

@@ -18,7 +18,6 @@ sleep 30 # need to allow the scopes to poll dns, resolve the other app ids, and
check() {
has_container "$1" weave 2
has_container "$1" weaveproxy 2
has_container "$1" weavescope 2
has_container "$1" db1
has_container "$1" db2

View File

@@ -15,7 +15,6 @@ sleep 30 # need to allow the scopes to poll dns, resolve the other app ids, and
check() {
has_container "$1" weave 0
has_container "$1" weaveproxy 0
has_container "$1" weavescope 2
has_container "$1" db1
has_container "$1" db2

View File

@@ -18,7 +18,6 @@ sleep 30 # need to allow the scopes to poll dns, resolve the other app ids, and
check() {
has_container "$1" weave 2
has_container "$1" weaveproxy 2
has_container "$1" weavescope 2
has_container "$1" db1
has_container "$1" db2