diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-03-21 09:41:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-21 09:41:04 +0000 |
commit | 95818dbee8c9762fb6c7e3745a518d07139f34c8 (patch) | |
tree | f151e6f69e3d4170a3ee01038108f019abb7c982 | |
parent | 340cf9330af728dac334de7b391c3ea3971fd125 (diff) | |
parent | 9f6db60565be34a886f457d92d655d364bd71f9d (diff) |
Merge "Remove functest_defcore testcases"
-rwxr-xr-x | functest/ci/testcases.yaml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index e3d5ffad1..6bc12ab8d 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -436,20 +436,6 @@ tiers: # module: 'functest.opnfv_tests.openstack.tempest.tempest' # class: 'TempestFullParallel' - - name: tempest_defcore - criteria: 'success_rate == 100%' - blocking: false - clean_flag: false - description: >- - This is the set of Tempest test cases created by OpenStack - Interop Working Group for certification purposes. - dependencies: - installer: '' - scenario: 'nosdn-nofeature-ha' - run: - module: 'functest.opnfv_tests.openstack.tempest.tempest' - class: 'TempestDefcore' - - name: tempest_custom criteria: 'success_rate == 100%' blocking: false |