diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-04-18 15:53:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-04-18 15:53:57 +0000 |
commit | 99e12689825a0fb827f8b966a3a82fb91106b160 (patch) | |
tree | 8e6adc30ca7b83a29753a5a385cb4894f9f6fcdb /docs/userguide | |
parent | eb5abe94afaa09333676457a9a689be3e42e39a4 (diff) | |
parent | 40af06d334dfc8d6ba5f77927e36800f48f0ad20 (diff) |
Merge "Generating test lists for tempest"
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: |