aac0f61ce6
Add a sample JSON config file and a module to read it. Change-Id: I1e29d7f878605a6bc934dd429a1ffca31475fd71
49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
{
|
|
"app_address": "x.x.x.x:8000",
|
|
|
|
"test_mode": "DOCKER",
|
|
|
|
"tempest_url":
|
|
"https://github.com/openstack/tempest/archive/stable/havana.zip",
|
|
|
|
"tempest_config":
|
|
{
|
|
"identity":
|
|
{
|
|
"uri": "http://x.x.x.x:5000/v2.0/",
|
|
"uri_v3": "http://x.x.x.x:5000/v3/",
|
|
"region": "RegionOne",
|
|
"username": "demo",
|
|
"tenant_name": "demo",
|
|
"alt_username": "alt_demo",
|
|
"alt_tenant_name": "alt_demo",
|
|
"admin_username": "admin",
|
|
"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",
|
|
"image_ssh_user": "root",
|
|
"image_ssh_password": "password",
|
|
"image_alt_ssh_user": "root",
|
|
"image_alt_ssh_password": "password"
|
|
},
|
|
"cli":
|
|
{
|
|
"enable": "False"
|
|
}
|
|
},
|
|
|
|
"tempest_testcases":
|
|
{
|
|
"testcases":
|
|
[
|
|
"tempest.api.compute.admin.test_flavors",
|
|
"tempest.api.compute.admin.test_availability_zone"
|
|
]
|
|
}
|
|
}
|