Skip to content

Commit

Permalink
Wait for Scope to start in intgeration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfonso Acosta committed Mar 25, 2016
1 parent 67ce11a commit a0d46e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration/420_host_control_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ start_suite "Test host controls"
weave_on $HOST1 launch
scope_on $HOST1 launch

sleep 10

PROBEID=$(docker_on $HOST1 logs weavescope 2>&1 | grep "probe starting" | sed -n 's/^.*ID \([0-9a-f]*\)$/\1/p')
HOSTID=$($SSH $HOST1 hostname)

Expand Down

0 comments on commit a0d46e8

Please sign in to comment.