Files
weave-scope/integration/100_launch_test.sh
Tom Wilkie ffedae64c6 Make tests more reliable
- Increase waits for system to settle
- Add polling for containers and edges
- Tabs formatting in setup.sh
- 300_internet_edge: Don't let curl fail in subshell (main source of flakyness)
- Make last param (count) optional for has_container (from Paul)
2015-10-10 10:06:34 +00:00

17 lines
290 B
Bash
Executable File

#! /bin/bash
. ./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