summaryrefslogtreecommitdiffstats
path: root/docs/how-to-use/Testing.rst
diff options
context:
space:
mode:
authorspisarski <s.pisarski@cablelabs.com>2017-04-12 10:44:49 -0600
committerspisarski <s.pisarski@cablelabs.com>2017-04-12 14:17:03 -0600
commitf14c32d24b28f99846767f288843bf36f222cfd1 (patch)
tree784ab58632e57a9a0ffa4a66ba6832e4136f5b1b /docs/how-to-use/Testing.rst
parentb3106eca334e09501cd62739157ae805ee76ff6c (diff)
Renamed test application and added new command line arguments.
JIRA: SNAPS-10 Change-Id: I809a93f67ee0931df9601a0095775fe6303bbfbb Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'docs/how-to-use/Testing.rst')
-rw-r--r--docs/how-to-use/Testing.rst11
1 files changed, 8 insertions, 3 deletions
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 <path to repo>
- python snaps/unit_test_suite.py -e <path to RC file> -n <external network name>
+ python snaps/test_runner.py -e <path to RC file> -n <external network name>
| \* 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]