Skip to content
Snippets Groups Projects
Commit 8b870b06 authored by ale's avatar ale
Browse files

Add a wait-ready command to the test-driver script

parent 7708e713
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,8 @@ Commands:
init Initialize the test environment (turn up VMs, set up
credentials, run the main float playbook)
wait-ready Wait until the VMs are ready (part of "init")
cleanup Cleanup the test environment (turn down VMs, etc)
run Run the test suite, using the playbooks specified by
......@@ -122,6 +124,11 @@ case "$cmd" in
run_init
;;
wait-ready)
wait_for_vms \
|| die "could not reach the VMs with Ansible"
;;
cleanup)
save_logs logs
run_cleanup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment