aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorvitikkan <viktor.tikkanen@nokia.com>2016-04-14 14:56:32 +0300
committervitikkan <viktor.tikkanen@nokia.com>2016-04-18 13:17:37 +0300
commit40af06d334dfc8d6ba5f77927e36800f48f0ad20 (patch)
tree7597419894be6fc21d675439db2394b8a72d5324 /docker
parent528ede4824d5966973f84fb80d548bba2dade4f8 (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 'docker')
-rwxr-xr-xdocker/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh
index ff0f1bfd8..56d70ec50 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