]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
add_mdss: change number of processes for testing to 8
authorRishabh Dave <ridave@redhat.com>
Tue, 9 Apr 2019 09:15:57 +0000 (14:45 +0530)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 9 Apr 2019 09:34:42 +0000 (11:34 +0200)
Run tests with 8 processes/cores since other scenarios do the same.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index e61d5908f288a7e66ffa9c4a4363f48107ba862b..d5abcaca1df8ef59dcaee5bb8319f7510ad7f51a 100644 (file)
--- 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=