From 40af06d334dfc8d6ba5f77927e36800f48f0ad20 Mon Sep 17 00:00:00 2001 From: vitikkan Date: Thu, 14 Apr 2016 14:56:32 +0300 Subject: 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 --- docs/userguide/runfunctest.rst | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/userguide') 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: -- cgit 1.2.3-korg