b0c1da528f
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
15 lines
210 B
TOML
15 lines
210 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
tobiko = {editable = true,path = "."}
|
|
ansible = "*"
|
|
testscenarios = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.7"
|