From e98b6bfeece4b68b439b67b5f2e3ed5352595510 Mon Sep 17 00:00:00 2001 From: Juha Kosonen Date: Tue, 10 May 2016 14:25:38 +0000 Subject: Enable sanity mode of Rally test for the CI runs JIRA: FUNCTEST-241 Change-Id: Ie37657bf9e8c01ae4126c1c45146d8aadb2c5775 Signed-off-by: Juha Kosonen --- ci/exec_test.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ci/exec_test.sh') diff --git a/ci/exec_test.sh b/ci/exec_test.sh index f778a2fb2..bd79dccd1 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -109,10 +109,13 @@ function run_test(){ python ${FUNCTEST_REPO_DIR}/testcases/vIMS/CI/vIMS.py \ $debug $clean_flag $report ;; - "rally") + "rally_full") python ${FUNCTEST_REPO_DIR}/testcases/VIM/OpenStack/CI/libraries/run_rally-cert.py \ $debug $clean_flag all $report - + ;; + "rally_sanity") + python ${FUNCTEST_REPO_DIR}/testcases/VIM/OpenStack/CI/libraries/run_rally-cert.py \ + $debug $clean_flag --sanity all $report ;; "bgpvpn") pushd ${repos_dir}/bgpvpn/ -- cgit 1.2.3-korg