105_launch_sans_weave_test.sh 282 B

123456789101112131415
  1. #! /bin/bash
  2. # shellcheck disable=SC1091
  3. . ./config.sh
  4. start_suite "Launch scope (without weave installed) and check it boots"
  5. scope_on "$HOST1" launch
  6. wait_for_containers "$HOST1" 60 weavescope
  7. has_container "$HOST1" weave 0
  8. has_container "$HOST1" weavescope
  9. scope_end_suite