From f14c32d24b28f99846767f288843bf36f222cfd1 Mon Sep 17 00:00:00 2001 From: spisarski Date: Wed, 12 Apr 2017 10:44:49 -0600 Subject: Renamed test application and added new command line arguments. JIRA: SNAPS-10 Change-Id: I809a93f67ee0931df9601a0095775fe6303bbfbb Signed-off-by: spisarski --- docs/how-to-use/Testing.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'docs/how-to-use/Testing.rst') diff --git a/docs/how-to-use/Testing.rst b/docs/how-to-use/Testing.rst index 66b8e5d..af66c28 100644 --- a/docs/how-to-use/Testing.rst +++ b/docs/how-to-use/Testing.rst @@ -7,7 +7,7 @@ Execute the tests :: cd - python snaps/unit_test_suite.py -e -n + python snaps/test_runner.py -e -n | \* All Supported Arguments | \* -e [required - The path to the OpenStack RC file] @@ -16,8 +16,13 @@ Execute the tests | \* -p [optional - the proxy settings if required. Format : | \* -s [optional - the proxy command used for SSH connections] | \* -l [(default INFO) The log level] +| \* -u [optional - When set, the unit tests will be executed] +| \* -c [optional - When set, the connection tests will be executed] +| \* -a [optional - When set, the API tests will be executed] +| \* -i [optional - When set, the integration tests will be executed] | \* -k [optional - When set, tests project and user creation. Use only if host running tests has access to the cloud's admin network] -| \* -f [optional - When set, will not execute tests requiring Floating +| \* -f [optional - When set, will execute tests requiring Floating IPS] -| \* -u [optional - When set, the unit tests will be executed] +| \* -fm [optional - JSON string containing a dict() for flavor metadata default='{\"hw:mem_page_size\": \"any\"}'] +| \* -r [optional with default value of '1' - The number of test iterations to execute] -- cgit 1.2.3-korg