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

Fix order of steps in test-driver initialization

parent 630d4fd6
No related branches found
No related tags found
1 merge request!177Refactor create-env and tests
......@@ -59,6 +59,9 @@ run_init() {
start_vagrant \
|| die "could not start VMs"
wait_for_vms \
|| die "could not reach the VMs with Ansible"
log Running init-credentials playbook
${float_dir}/float run init-credentials.yml \
|| die "failed to run the init-credentials playbook"
......@@ -67,8 +70,6 @@ run_init() {
${float_dir}/float run site.yml \
|| die "failed to run the main playbook"
wait_for_vms \
|| die "could not reach the VMs with Ansible"
}
run_cleanup() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment