106_launch_with_peers_test.sh 268 B

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