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 --- docker/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/run_tests.sh b/docker/run_tests.sh index ff0f1bfd..56d70ec5 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -122,7 +122,7 @@ function run_test(){ "tempest") info "Running Tempest tests..." python ${FUNCTEST_REPO_DIR}/testcases/VIM/OpenStack/CI/libraries/run_tempest.py \ - --debug $serial_flag $clean_flag -m custom ${report} + --debug $serial_flag $clean_flag -m smoke ${report} # save tempest.conf for further troubleshooting tempest_conf="${RALLY_VENV_DIR}/tempest/for-deployment-*/tempest.conf" if [ -f ${tempest_conf} ]; then -- cgit 1.2.3-korg