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

Modify test-driver to run the unified integration-test playbook

parent ae312e5c
No related branches found
No related tags found
1 merge request!197Remove obsolete test files, update test documentation
Pipeline #15394 passed
......@@ -138,7 +138,7 @@ case "$cmd" in
;;
run)
for playbook in "${float_dir}/test/integration-test-docker.yml" "$@"; do
for playbook in "${float_dir}/test/integration-test.yml" "$@"; do
log Running test playbook ${playbook}
${float_dir}/float run ${playbook} \
|| die "test playbook failed"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment