X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fhow-to-use%2FTesting.rst;h=92340ab68a806e18755b7acfd0d142895773389c;hb=e7cf3ac30a2d323fe090df37b850b0c506ddc064;hp=7627927dd31fa446ac257631469fd47de24fef39;hpb=06e3b9ca9abd8bc3d96707bbb2de0c460a196f2f;p=snaps.git diff --git a/docs/how-to-use/Testing.rst b/docs/how-to-use/Testing.rst index 7627927..92340ab 100644 --- a/docs/how-to-use/Testing.rst +++ b/docs/how-to-use/Testing.rst @@ -6,8 +6,8 @@ Execute the tests :: -cd -python snaps/unit_test_suite.py -e -n + cd + python snaps/test_runner.py -e -n | \* All Supported Arguments | \* -e [required - The path to the OpenStack RC file] @@ -16,8 +16,16 @@ python snaps/unit_test_suite.py -e -n | \* -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] +| \* -st [optional - When set, the staging 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] +| \* -im [optional - File containing image endpoints to override +| \* -fm [optional - JSON string containing a dict() for flavor metadata default='{\"hw:mem_page_size\": \"any\"}'] +| \* -ci [optional - runs the tests required by SNAPS-OO CI] +| \* -r [optional with default value of '1' - The number of test iterations to execute]