Files
weave-scope/integration/106_launch_with_peers_test.sh
Iago López Galeiras 43d9f38c5e Fix various linter issues
Found via shellcheck.
2017-01-18 11:51:41 +01:00

15 lines
268 B
Bash
Executable File

#! /bin/bash
# shellcheck disable=SC1091
. ./config.sh
start_suite "Launch scope and check it boots, with a spurious host arg"
scope_on "$HOST1" launch noatrealhost.foo
wait_for_containers "$HOST1" 60 weavescope
has_container "$HOST1" weavescope
scope_end_suite