diff options
author | vitikkan <viktor.tikkanen@nokia.com> | 2016-04-14 14:56:32 +0300 |
---|---|---|
committer | vitikkan <viktor.tikkanen@nokia.com> | 2016-04-18 13:17:37 +0300 |
commit | 40af06d334dfc8d6ba5f77927e36800f48f0ad20 (patch) | |
tree | 7597419894be6fc21d675439db2394b8a72d5324 /docs/userguide | |
parent | 528ede4824d5966973f84fb80d548bba2dade4f8 (diff) |
Generating test lists for tempest
'testr list-tests' command is now used for generating smoke and full
test case lists for tempest.
test_list.txt file is replaced by defcore_req.txt file which contains
latest (2016.01) DefCore test case for possible references.
Partly implements JIRA: FUNCTEST-196
Change-Id: I993aa8a3919b97d50f081725ced686dbe6ffc4b7
Signed-off-by: vitikkan <viktor.tikkanen@nokia.com>
Diffstat (limited to 'docs/userguide')
-rw-r--r-- | docs/userguide/runfunctest.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/userguide/runfunctest.rst b/docs/userguide/runfunctest.rst index 79364bfd5..7777e4fde 100644 --- a/docs/userguide/runfunctest.rst +++ b/docs/userguide/runfunctest.rst @@ -98,10 +98,6 @@ tenants, networks, volumes etc.) that are not always properly cleaned, so this function has been set to keep the system as clean as it was before a full Functest execution. -Within the Tempest test suite it is possible to define which test cases to execute -by editing **test_list.txt** file before executing **run_tests.sh** script. This file -is located in *$repos_dir/functest/testcases/VIM/OpenStack/CI/custom_tests/test_list.txt* - Although **run_tests.sh** provides an easy way to run any test, it is possible to do a direct call to the desired test script. For example: |