summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRandy Levensalor <r.levensalor@cablelabs.com>2017-04-12 20:24:51 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-12 20:24:51 +0000
commit4762240029f3ab7393a353f094a746ebbb70f288 (patch)
tree0b83ac116ce70c155b9e192bd4266ed16b89beff /docs
parenta9b5b7d0135ab6d86e4ecd535699f70e7323302c (diff)
parentf14c32d24b28f99846767f288843bf36f222cfd1 (diff)
Merge "Renamed test application and added new command line arguments."
Diffstat (limited to 'docs')
-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]