9fbfe5c321
* tobiko-fault allows you to run different faults on different nodes in your environment. * If os-faults configuration not present, tobiko-fault will generate it. Change-Id: I428aebcbcdc3c9997a0c839e6a18564433e68ba8
18 lines
254 B
TOML
18 lines
254 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
tobiko = {editable = true,path = "."}
|
|
ansible = "*"
|
|
testscenarios = "*"
|
|
crayons = "*"
|
|
os-faults = "*"
|
|
tempest = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.7"
|