flake8 compliance

Change-Id: I6f324b0da1c99421136b299dbb0d4d6ff052eb0a
This commit is contained in:
Rob Hirschfeld 2014-04-03 23:37:11 -05:00
parent c7fd7ae3cb
commit c92d830565
2 changed files with 44 additions and 17 deletions

27
doc/execute_test.md Normal file
View File

@ -0,0 +1,27 @@
Using Execute Test
======================================
Used to run Tempest from Refstack: `refstack/tools/execute_test.py`
Command Line
--------------------------------------
* tempest-home: path to tempest, e.g. /tempest
* callback: url to post results formatted as ${api_addr} ${test_id}"
Environment Variables
--------------------------------------
Instead of a configuration file, you can also start Execute_Test using environment variables.
Required:
* OS_AUTH_URL : Keystone URL
* OS_REGION_NAME : Region
* OS_USERNAME : Username
* OS_PASSWORD : Password (passed in clear, do not save into file!)
* OS_TENANT_NAME : Tenant name or ID
Optional:
* test_id : System Generated, may be overridden
* api_addr
* TEMPEST_IMAGE_REF: name of image used for testing. Defaults to "cirus"