c50ab412a0
- Dockerfile file is intended for running test cases without using tox - infrared_plugin/Dockerfile file is intended to run Tobiko IR plugin - docker-compose file is intended to emulate the tox experience by using docker All images are build staring from official CentOS 8 image. Change-Id: I2f57f6e1c9c6161cef9448d25027d784ebd37e2c
27 lines
1014 B
Plaintext
27 lines
1014 B
Plaintext
# Tobiko framework requirements
|
|
|
|
docker>=4.0 # Apache-2.0
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
keystoneauth1>=3.4.0 # Apache-2.0
|
|
Jinja2>=2.8.0 # BSD
|
|
junitxml>=0.7 # MIT
|
|
netaddr>=0.7.18 # BSD
|
|
neutron-lib>=1.25.0 # Apache-2.0
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
oslo.log>=3.36.0 # Apache-2.0
|
|
pandas>=0.24.2 # BSD
|
|
paramiko>=2.4.0 # LGPLv2.1
|
|
pbr>=4.0.0 # Apache-2.0
|
|
podman>=1.6.0 # Apache-2.0
|
|
python-heatclient>=1.5.0 # Apache-2.0
|
|
python-glanceclient>=2.16.0 # Apache-2.0
|
|
python-neutronclient>=6.7.0 # Apache-2.0
|
|
python-novaclient>=9.1.0 # Apache-2.0
|
|
python-octaviaclient>=1.9.0 # Apache-2.0
|
|
python-openstackclient>=3.0.0 # Apache-2.0
|
|
stestr>=2.0 # Apache-2.0
|
|
six>=1.10.0 # MIT
|
|
sshtunnel>=0.1.5 # MIT
|
|
testtools>=2.2.0 # MIT
|
|
typing>=3.7 # PSFLv2
|