mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 18:51:17 +00:00
14 lines
234 B
Bash
Executable File
14 lines
234 B
Bash
Executable File
#! /bin/bash
|
|
|
|
. ./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
|