From 2854515319e8ed40dfd3a39cf85e4d4fa40fddeb Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 12 Mar 2024 09:57:50 +0100 Subject: [PATCH] tests: update --ssh-config parameter (tox-update.ini) Signed-off-by: Guillaume Abrioux --- tox-update.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox-update.ini b/tox-update.ini index 502b13672..8046a8d83 100644 --- a/tox-update.ini +++ b/tox-update.ini @@ -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 -- 2.39.5