From 465bafc4440fd8cb25e1a642f20858be187385c6 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Sat, 3 Dec 2016 20:08:53 -0600 Subject: [PATCH] tests: run the setup.yml playbook with tox Signed-off-by: Andrew Schoen --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index b02a59919..c48265259 100644 --- a/tox.ini +++ b/tox.ini @@ -34,6 +34,7 @@ commands= bash {toxinidir}/tests/scripts/generate_ssh_config.sh {changedir} ansible-playbook -vv -i {changedir}/hosts {toxinidir}/{env:PLAYBOOK:site.yml.sample} --extra-vars="fetch_directory={changedir}/fetch" + ansible-playbook -vv -i {changedir}/hosts {toxinidir}/tests/functional/setup.yml testinfra -n 4 -v --connection=ansible --ansible-inventory={changedir}/hosts {toxinidir}/tests/functional/tests vagrant destroy --force -- 2.39.5