diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-03-15 09:48:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-15 09:48:32 +0000 |
commit | c88fd9ac48589b4cb28a5ba5486adde1a21ae74c (patch) | |
tree | 727c218cef12ef348beeca24b9a53591770650ca /functest/ci/testcases.yaml | |
parent | 65b26f2e9db7e0cf336c147d46d91cb1c828a67b (diff) | |
parent | 99f308dc9b11e8f99d928840de576af274229331 (diff) |
Merge "refstack client integration"
Diffstat (limited to 'functest/ci/testcases.yaml')
-rwxr-xr-x | functest/ci/testcases.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 41541223..bfbc3fdb 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -131,6 +131,21 @@ tiers: class: 'RallySanity' - + name: refstack_defcore + criteria: 'success_rate == 100%' + blocking: false + clean_flag: false + description: >- + This test case runs a sub group of tests of the OpenStack + Defcore testcases by using refstack client. + dependencies: + installer: '' + scenario: '' + run: + module: 'functest.opnfv_tests.openstack.refstack_client.refstack_client' + class: 'RefstackClient' + + - name: odl criteria: 'success_rate == 100%' blocking: true |