refstack/config.json
Catherine Diep 1f69dcb1e9 Add instruction to install test requirements.
Add instruction in the refstack.md file to install test
requirements.  Also add a default config.json file.

Change-Id: Ie3a9a5cfc175b0ec8f5e5c57d767bd0af6a2d62e
2014-06-12 10:40:59 -07:00

17 lines
286 B
JSON
Executable File

{
"app_address": "127.0.0.1:8000",
"test_mode": "docker",
"tempest_url":
"https://github.com/openstack/tempest/archive/stable/havana.zip",
"tempest_testcases":
{
"testcases":
[
"tempest.api.identity.admin.test_roles"
]
}
}