From: Andrew Schoen Date: Sun, 4 Dec 2016 02:08:53 +0000 (-0600) Subject: tests: run the setup.yml playbook with tox X-Git-Tag: v2.1.0~26^2~32 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=465bafc4440fd8cb25e1a642f20858be187385c6;p=ceph-ansible.git tests: run the setup.yml playbook with tox Signed-off-by: Andrew Schoen --- 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