diff options
author | helenyao <yaohelan@huawei.com> | 2017-01-22 20:51:25 -0500 |
---|---|---|
committer | helenyao <yaohelan@huawei.com> | 2017-01-25 04:02:06 -0500 |
commit | beb890ea4d09e06922328e70d49b1b57e1989c47 (patch) | |
tree | ddb14c676eef1c71947e8462fc37c6cc4ad4fccb /functest/ci/exec_test.sh | |
parent | 34aab533f4a6c20676eb2a2b6843d5980ea3ac17 (diff) |
Refactor Rally to adopt OO
JIRA: FUNCTEST-541
Change-Id: Ife04f58dc31ca9ba6316cc31577f81a6bf0e0405
Signed-off-by: helenyao <yaohelan@huawei.com>
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 ;; |