forked from openstack-charmers/charmed-openstack-tester
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-requirements.txt
15 lines (15 loc) · 941 Bytes
/
test-requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
chardet==3.0.4
paramiko<2.9.0 # tempest tests fail to ssh into instances with 2.9.1
# Skip 4.8.0 due to bug LP: #1972974
oslo.log != 4.8.0
git+https://opendev.org/openstack/tempest.git#egg=tempest;python_version>='3.6'
tempest;python_version<'3.6'
git+https://github.com/openstack-charmers/zaza.git#egg=zaza
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack
git+https://opendev.org/openstack/cinder-tempest-plugin.git#egg=cinder-tempest-plugin;python_version>='3.6'
git+https://opendev.org/openstack/designate-tempest-plugin.git#egg=designate-tempest-plugin;python_version>='3.6'
git+https://opendev.org/openstack/manila-tempest-plugin.git#egg=manila-tempest-plugin;python_version>='3.6'
cinder-tempest-plugin;python_version<'3.6'
designate-tempest-plugin;python_version<'3.6'
setuptools<50.0.0 # https://github.com/pypa/setuptools/commit/04e3df22df840c6bb244e9b27bc56750c44b7c85
octavia-tempest-plugin