c1d30b3cac
Most tobiko tests are failing on RHEL9 environments due to ssh auth issues. It was found that with newer paramiko version the issues do not occur. There is an open issue[1] in Paramiko starting from 2.9.2 (which allows to connect to new servers like the one of RHEL 9) but in the while it brakes the support for the old CirrOS image server (image version 5.2). To keep support for old version we now uses disable_algorithms[1] option when creating an SSH connection to CirrOS images. The workaround has been documented in the Paramiko project page [2] [1] https://github.com/paramiko/paramiko/issues/1961 [2] https://github.com/rhevm-qe-automation/python-rrmngmnt/pull/149/files#diff-7b3ed02bc73dc06b7db906cf97aa91dec2b2eb21f2d92bc5caa761df5bbc168f Change-Id: I301c18a832a05ddfd331bddd7ad2bc839205ad2d
32 lines
611 B
Plaintext
32 lines
611 B
Plaintext
coverage==5.3.1
|
|
decorator===4.4.2
|
|
deprecation==2.1.0
|
|
docker==4.4.1
|
|
fixtures==3.0.0
|
|
Jinja2==2.11.2
|
|
keystoneauth1==4.3.0
|
|
mock==3.0.5
|
|
netaddr==0.8.0
|
|
neutron-lib==2.7.0
|
|
oslo.config==8.4.0
|
|
oslo.log==4.4.0
|
|
paramiko==2.9.2
|
|
pbr==5.5.1
|
|
psutil==5.8.0
|
|
pytest===6.2.5
|
|
pytest-html==3.1.1
|
|
pytest-xdist==2.2.0
|
|
python-dateutil==2.8.0
|
|
python-designateclient==4.4.0
|
|
python-glanceclient==3.2.2
|
|
python-heatclient==2.3.0
|
|
python-ironicclient==4.6.1
|
|
python-neutronclient==7.2.1
|
|
python-novaclient==17.2.1
|
|
python-octaviaclient==2.2.0
|
|
python-openstackclient==5.4.0
|
|
PyYAML==5.4.1
|
|
sshtunnel==0.3.1
|
|
testtools==2.5.0
|
|
validations-libs==1.1.0
|