From 7f09316a87cd57490282fb0f76b7ef1d7223ec94 Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Tue, 9 Apr 2019 14:45:57 +0530 Subject: [PATCH] add_mdss: change number of processes for testing to 8 Run tests with 8 processes/cores since other scenarios do the same. Signed-off-by: Rishabh Dave --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e61d5908f..d5abcaca1 100644 --- a/tox.ini +++ b/tox.ini @@ -165,7 +165,7 @@ commands= ceph_dev_branch={env:CEPH_DEV_BRANCH:master} \ ceph_dev_sha1={env:CEPH_DEV_SHA1:latest} \ " - py.test -n 4 --sudo -v --connection=ansible --ansible-inventory={changedir}/hosts-2 {toxinidir}/tests/functional/tests + py.test -n 8 --sudo -v --connection=ansible --ansible-inventory={changedir}/hosts-2 {toxinidir}/tests/functional/tests [rgw-multisite] commands=