From 31ae2dbff1c838a2d1626e3ecc0c5fc8a529cc3e Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Wed, 15 Apr 2020 12:15:48 -0400 Subject: [PATCH] tests/tox.sh: increase pytest thread This is to reflect the ceph-ansible configuration. Signed-off-by: Dimitri Savineau (cherry picked from commit 0a73e117f338773ea1f902f026093aa00dbaeb13) --- tests/tox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tox.sh b/tests/tox.sh index 4c9bcbe24..330094de4 100644 --- a/tests/tox.sh +++ b/tests/tox.sh @@ -107,7 +107,7 @@ ansible-playbook -vv -i "$CEPH_ANSIBLE_SCENARIO_PATH"/hosts "$TOXINIDIR"/ceph-an ansible-playbook -vv -i "$CEPH_ANSIBLE_SCENARIO_PATH"/hosts "$TOXINIDIR"/ceph-ansible/tests/functional/setup.yml ansible-playbook -vv -i "$CEPH_ANSIBLE_SCENARIO_PATH"/hosts "$TOXINIDIR"/ceph-ansible/site-container.yml.sample --extra-vars="ceph_docker_image_tag=latest-nautilus ceph_docker_registry=$REGISTRY_ADDRESS fetch_directory=$CEPH_ANSIBLE_SCENARIO_PATH/fetch" -py.test --reruns 5 --reruns-delay 1 -n 4 --sudo -v --connection=ansible --ansible-inventory="$CEPH_ANSIBLE_SCENARIO_PATH"/hosts --ssh-config="$CEPH_ANSIBLE_SCENARIO_PATH"/vagrant_ssh_config "$TOXINIDIR"/ceph-ansible/tests/functional/tests +py.test --reruns 5 --reruns-delay 1 -n 8 --sudo -v --connection=ansible --ansible-inventory="$CEPH_ANSIBLE_SCENARIO_PATH"/hosts --ssh-config="$CEPH_ANSIBLE_SCENARIO_PATH"/vagrant_ssh_config "$TOXINIDIR"/ceph-ansible/tests/functional/tests # teardown #################################################################################