Files
weave-scope/integration/105_launch_sans_weave_test.sh
Matthias Radestock 30168c520e don't look for 'weaveproxy' - it no longer exists
... as of Weave Net 2.0
2017-06-25 08:08:09 +01:00

16 lines
282 B
Bash
Executable File

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