Files
weave-scope/integration/100_launch_test.sh
Alfonso Acosta 57300c6bec Fix typo in test
2017-01-19 11:24:17 +00:00

18 lines
330 B
Bash
Executable File

#! /bin/bash
# shellcheck disable=SC1091
. ./config.sh
start_suite "Launch scope and check it boots"
weave_on "$HOST1" launch
scope_on "$HOST1" launch
wait_for_containers "$HOST1" 60 weave weaveproxy weavescope
has_container "$HOST1" weave
has_container "$HOST1" weaveproxy
has_container "$HOST1" weavescope
scope_end_suite