
Added: * Faults manager - a compnent for managing faults (load them, connect os-faults to cloud, exdcute faults, etc.). * Faults for test_floatingip test class Also, modified test_floatingip tests to run faults if faults manager set up properly (loaded configuration file, managed to connect the nodes of the cloud, etc.). Change-Id: I1dd48bc9a7cc385a46d9b3b2382000581a614b42
11 lines
366 B
Plaintext
11 lines
366 B
Plaintext
# Tobiko framework requirements
|
|
|
|
keystoneauth1>=2.0.0 # Apache-2.0
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
oslo.log>=3.36.0 # Apache-2.0
|
|
python-heatclient>=1.5.0 # Apache-2.0
|
|
python-neutronclient>=6.7.0 # Apache-2.0
|
|
stestr>=2.0 # Apache-2.0
|
|
testtools>=2.2.0 # MIT
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|