From c7a557e16a7dfa50d904b2c1a15d9448a9ab9d09 Mon Sep 17 00:00:00 2001 From: Viktor Tikkanen Date: Wed, 30 Dec 2015 10:00:13 +0200 Subject: Support for customized tempest case list Newer release (0.1.2) of Rally has introduced some syntax changes (e.g. "--set" option for test set selection), so run_tempest.py is updated according to them. Custom test case list is taken into use instead of smoke test set. The list itself is updated (rally didn't recognize test cases with 'gate' definition). JIRA: FUNCTEST-72 Change-Id: I5e178f90f66fda7cb8099ddb4f82b93af3148c79 Signed-off-by: Viktor Tikkanen --- docker/run_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker/run_tests.sh') diff --git a/docker/run_tests.sh b/docker/run_tests.sh index 898cc4ca0..28830e845 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -77,9 +77,9 @@ function run_test(){ fi ;; "tempest") - info "Running Tempest smoke tests..." + info "Running Tempest tests..." python ${FUNCTEST_REPO_DIR}/testcases/VIM/OpenStack/CI/libraries/run_tempest.py \ - --debug -m smoke ${report} + --debug -m custom ${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