diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-08-21 12:21:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-21 12:21:06 +0000 |
commit | cfd987a6ce153be88413a38ade2bea3af2f32dcd (patch) | |
tree | 836233d07dbf20b0289e38295a22ba9ea61ef92f /functest/ci | |
parent | 7c3035d0b2ac3e2fdec39c77028804247c1013d9 (diff) | |
parent | 8f54dc19e3ea31fd230b6c2d9d9a849ee86288be (diff) |
Merge "Remove opera testcase as Opera is inactive"
Diffstat (limited to 'functest/ci')
-rw-r--r-- | functest/ci/config_functest.yaml | 3 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 15 |
2 files changed, 0 insertions, 18 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index 04445b82..49ba7a9e 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -136,9 +136,6 @@ vnf: tenant_name: orchestra_clearwaterims tenant_description: Clearwater IMS deployed with Open Baton config: orchestra.yaml - opera_ims: - tenant_name: opera_ims - tenant_description: ims deployed with open-o ONOS: general: diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 06e01ddd..7c51987c 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -523,21 +523,6 @@ tiers: class: 'ClearwaterImsVnf' - - case_name: opera_vims - enabled: false - project_name: opera - criteria: 100 - blocking: false - description: >- - VNF deployment with OPEN-O - dependencies: - installer: 'compass' - scenario: 'os-nosdn-openo-ha' - run: - module: 'functest.opnfv_tests.vnf.ims.opera_ims' - class: 'OperaIms' - - - case_name: vyos_vrouter enabled: false project_name: functest |