diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-03-16 17:42:52 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2017-03-21 09:41:10 +0000 |
commit | 12c304de89984aebfe8ba3676ec0661cf4fb1102 (patch) | |
tree | dd8ecf36415694cb6431412e2df92d0bd6e0c371 | |
parent | c255279e99763560284ad3c91ac17784389ea9a2 (diff) |
Remove functest_defcore testcases
refstack_defcore has been merged
the testcase is no more needed (duplication)
Change-Id: I287406b40cdd89ff2c4eadcde7e9d5a93e21953a
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
(cherry picked from commit 9f6db60565be34a886f457d92d655d364bd71f9d)
-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 |