From 7d1abb1239329bea5bd74b12c2f40d54e60fd194 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 19 Feb 2024 22:39:47 +0100 Subject: [PATCH] debug2 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 8b6e27f1b1..7ce7bfd28b 100644 --- a/tox-update.ini +++ b/tox-update.ini @@ -70,6 +70,6 @@ commands= ceph_docker_registry_password={env:DOCKER_HUB_PASSWORD} \ " - bash -c "CEPH_STABLE_RELEASE=squid py.test --reruns 5 --reruns-delay 1 -n 8 --durations=0 --sudo -v --connection=ansible --ansible-inventory={envdir}/tmp/ceph-ansible/{env:PLAYBOOK:site.yml.sample} --ssh-config={envdir}/tmp/ceph-ansible/tests/functional/all_daemons{env:CONTAINER_DIR:}/vagrant_ssh_config {toxinidir}/tests/functional/tests" + bash -c "CEPH_STABLE_RELEASE=squid 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