mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
don't look for 'weaveproxy' - it no longer exists
... as of Weave Net 2.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user