mirror of https://github.com/ceph/ceph-ansible.git
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 <ridave@redhat.com>pull/3828/head
parent
609c538848
commit
7f09316a87
2
tox.ini
2
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=
|
||||
|
|
Loading…
Reference in New Issue