mirror of https://github.com/ceph/ceph-ansible.git
commit
b3c9de90f4
|
@ -1,5 +1,4 @@
|
||||||
# These are Python requirements needed to run the functional tests
|
# These are Python requirements needed to run the functional tests
|
||||||
# 1.6.1 fails with 'testinfra is in an unsupported or invalid wheel'
|
# testinfra < 1.7.1 does not work Ansible 2.4, see https://github.com/philpep/testinfra/issues/249
|
||||||
# see https://github.com/philpep/testinfra/issues/201
|
testinfra==1.7.1
|
||||||
testinfra==1.6.0
|
|
||||||
pytest-xdist
|
pytest-xdist
|
||||||
|
|
1
tox.ini
1
tox.ini
|
@ -155,6 +155,7 @@ setenv=
|
||||||
deps=
|
deps=
|
||||||
ansible2.2: ansible==2.2.3
|
ansible2.2: ansible==2.2.3
|
||||||
ansible2.3: ansible==2.3.1
|
ansible2.3: ansible==2.3.1
|
||||||
|
ansible2.4: ansible==2.4.1
|
||||||
-r{toxinidir}/tests/requirements.txt
|
-r{toxinidir}/tests/requirements.txt
|
||||||
changedir=
|
changedir=
|
||||||
# tests a 1 mon, 1 osd, 1 mds and 1 rgw xenial cluster using non-collocated OSD scenario
|
# tests a 1 mon, 1 osd, 1 mds and 1 rgw xenial cluster using non-collocated OSD scenario
|
||||||
|
|
Loading…
Reference in New Issue