Files
weave-scope/integration/100_launch_test.sh
2015-09-30 13:40:25 +00:00

17 lines
318 B
Bash
Executable File

#! /bin/bash
. ./config.sh
start_suite "Launch scope and check it boots"
weave_on $HOST1 launch
scope_on $HOST1 launch
sleep 5 # give the probe a few seconds to build a report and send it to the app
has_container $HOST1 weave 1
has_container $HOST1 weaveproxy 1
has_container $HOST1 weavescope 1
scope_end_suite