mirror of https://github.com/ceph/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 <igor95n@gmail.com>pull/4321/head
parent
31bd5e08a6
commit
2fdf7316a4
4
tox.ini
4
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue