From 2fdf7316a41e2bb5c331cca9a3e375a09700d194 Mon Sep 17 00:00:00 2001 From: Igor Date: Tue, 6 Aug 2019 11:57:26 +0300 Subject: [PATCH] tests: fix wrong paths for lv-create in tox.ini solution: change paths inside tox.ini file Fixes: #4311 Signed-off-by: Bogomolov Igor --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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