diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-01-25 13:07:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-25 13:07:35 +0000 |
commit | 797d165dce75541bbd494f94da318287a4762e07 (patch) | |
tree | 4340417886b0687988bdfff43558dd6a3206db67 /functest/ci/exec_test.sh | |
parent | 7e7f9c8ef5393d4dc0812cbca82f4358cd93e583 (diff) | |
parent | beb890ea4d09e06922328e70d49b1b57e1989c47 (diff) |
Merge "Refactor Rally to adopt OO"
Diffstat (limited to 'functest/ci/exec_test.sh')
-rwxr-xr-x | functest/ci/exec_test.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/functest/ci/exec_test.sh b/functest/ci/exec_test.sh index 7c96d69c..54a7c624 100755 --- a/functest/ci/exec_test.sh +++ b/functest/ci/exec_test.sh @@ -93,13 +93,6 @@ function run_test(){ "vims") python ${FUNCTEST_TEST_DIR}/vnf/ims/vims.py $clean_flag $report ;; - "rally_full") - python ${FUNCTEST_TEST_DIR}/openstack/rally/run_rally-cert.py $clean_flag all $report - ;; - "rally_sanity") - python ${FUNCTEST_TEST_DIR}/openstack/rally/run_rally-cert.py \ - $clean_flag --sanity all $report - ;; "onos") python ${FUNCTEST_TEST_DIR}/sdn/onos/teston/onos.py ;; |