github.com/juju/juju@v0.0.0-20240430160146-1752b71fcf00/tests/suites/constraints/task.sh (about) 1 test_constraints() { 2 if [ "$(skip 'test_constraints')" ]; then 3 echo "==> TEST SKIPPED: constraints tests" 4 return 5 fi 6 7 set_verbosity 8 9 echo "==> Checking for dependencies" 10 check_dependencies juju 11 12 file="${TEST_DIR}/test-constraints.txt" 13 14 bootstrap "test-constraints" "${file}" 15 16 test_constraints_common 17 18 destroy_controller "test-constraints" 19 }