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/testcases.yaml | |
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/testcases.yaml')
-rwxr-xr-x | functest/ci/testcases.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index ede08285..78596926 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -81,6 +81,9 @@ tiers: dependencies: installer: '' scenario: '^((?!bgpvpn).)*$' + run: + module: 'functest.opnfv_tests.openstack.rally.rally' + class: 'RallySanity' - name: odl @@ -325,6 +328,9 @@ tiers: dependencies: installer: '^((?!netvirt).)*$' scenario: '' + run: + module: 'functest.opnfv_tests.openstack.rally.rally' + class: 'RallyFull' - name: vnf |