]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: update --ssh-config parameter (tox-update.ini)
authorGuillaume Abrioux <gabrioux@ibm.com>
Tue, 12 Mar 2024 08:57:50 +0000 (09:57 +0100)
committerGuillaume Abrioux <gabrioux@ibm.com>
Fri, 15 Mar 2024 23:51:52 +0000 (00:51 +0100)
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
tox-update.ini

index 502b136726828c83f02486e512c35a840e564f91..8046a8d833fc0b1a803880a6abf90944aade78f3 100644 (file)
@@ -76,6 +76,6 @@ commands=
       ceph_docker_registry_password={env:DOCKER_HUB_PASSWORD} \
   "
 
-  bash -c "CEPH_STABLE_RELEASE=reef py.test --reruns 5 --reruns-delay 1 -n 8 --durations=0 --sudo -v --connection=ansible --ansible-inventory={changedir}/{env:INVENTORY} --ssh-config={changedir}/vagrant_ssh_config {toxinidir}/tests/functional/tests"
+  bash -c "CEPH_STABLE_RELEASE=reef py.test --reruns 5 --reruns-delay 1 -n 8 --durations=0 --sudo -v --connection=ansible --ansible-inventory={envdir}/tmp/ceph-ansible/tests/functional/all_daemons{env:CONTAINER_DIR:}/hosts --ssh-config={envdir}/tmp/ceph-ansible/tests/functional/all_daemons{env:CONTAINER_DIR:}/vagrant_ssh_config {toxinidir}/tests/functional/tests"
 
   vagrant destroy --force