dc594c07ab
Update tempest_tester.py to use the data in the cloud db. Values in config file can still be used to futher customize the tempest config. Unnecessary values are removed from conf.json.sample. The remaining values will be removed once the execute_test.py can discover them. Change-Id: I5a3257a0b99985fccbc0f26d04f0060986ec6cc3
36 lines
814 B
Plaintext
36 lines
814 B
Plaintext
{
|
|
"app_address": "0.0.0.0:8000",
|
|
|
|
"test_mode": "docker",
|
|
|
|
"tempest_url":
|
|
"https://github.com/openstack/tempest/archive/stable/havana.zip",
|
|
|
|
"tempest_config":
|
|
{
|
|
"identity":
|
|
{
|
|
"region": "RegionOne",
|
|
"tenant_name": "demo",
|
|
"alt_tenant_name": "alt_demo",
|
|
"admin_tenant_name": "admin"
|
|
},
|
|
"compute":
|
|
{
|
|
"image_ref": "a8d70acb-f1c4-4171-b0ce-d73e5de21a9d",
|
|
"image_ref_alt": "6182b1da-e64d-4440-b0ef-c0afa4d77abb",
|
|
"flavor_ref": "1",
|
|
"flavor_ref_alt": "1"
|
|
}
|
|
},
|
|
|
|
"tempest_testcases":
|
|
{
|
|
"testcases":
|
|
[
|
|
"tempest.api.compute.admin.test_flavors",
|
|
"tempest.api.compute.admin.test_availability_zone"
|
|
]
|
|
}
|
|
}
|