From: Igor Date: Tue, 6 Aug 2019 08:57:26 +0000 (+0300) Subject: tests: fix wrong paths for lv-create in tox.ini X-Git-Tag: v5.0.0alpha1~173 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2fdf7316a41e2bb5c331cca9a3e375a09700d194;p=ceph-ansible.git tests: fix wrong paths for lv-create in tox.ini solution: change paths inside tox.ini file Fixes: #4311 Signed-off-by: Bogomolov Igor --- diff --git a/tox.ini b/tox.ini index 749c85529..60823416c 100644 --- a/tox.ini +++ b/tox.ini @@ -94,7 +94,7 @@ setenv= # only available for ansible >= 2.5 ANSIBLE_STDOUT_CALLBACK = yaml deps= -r{toxinidir}/tests/requirements.txt -changedir={toxinidir}/tests/functional/centos/7/infra_lv_create +changedir={toxinidir}/tests/functional/infra_lv_create commands= vagrant up --no-provision {posargs:--provider=virtualbox} bash {toxinidir}/tests/scripts/generate_ssh_config.sh {changedir} @@ -103,7 +103,7 @@ commands= ansible-playbook -vv -i {changedir}/hosts {toxinidir}/infrastructure-playbooks/lv-teardown.yml --extra-vars "ireallymeanit=yes" - cat {toxinidir}/lv-create.log + cat {toxinidir}/infrastructure-playbooks/lv-create.log vagrant destroy --force