Exclude SNAPS smoke for lxd scenario 63/30063/1
authorMorgan Richomme <morgan.richomme@orange.com>
Wed, 8 Mar 2017 13:43:09 +0000 (14:43 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Wed, 8 Mar 2017 13:43:09 +0000 (14:43 +0100)
SNAPS healthcheck is already excluded due to the
use of QCOW2 images, not compatible with lxd
scenarios

2 JIRAs have been cretaed to adapt the SNAPS cases
to lxd in Euphrates
https://jira.opnfv.org/browse/FUNCTEST-752
https://jira.opnfv.org/browse/FUNCTEST-753

Additionnal cleaning done on testcases.yaml
- remove juju_epc case (no one from OAI available
for Danube)
- remove orchestra (as standalone test case of the
MANO stack, postponed to Euphrates)
- comment aaa (empty sample used to illustrate
the VNF abstraction but not completed for Danube)

Change-Id: Ibad6cad4c92ee9897b6665b29c09b62cb1986aae
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
functest/ci/testcases.yaml

index 1a1d0f4..93cc524 100755 (executable)
@@ -204,7 +204,7 @@ tiers:
 
                 dependencies:
                     installer: '^((?!netvirt).)*$'
-                    scenario: ''
+                    scenario: '^((?!lxd).)*$'
                 run:
                     module: 'functest.opnfv_tests.openstack.snaps.smoke'
                     class: 'SnapsSmoke'
@@ -350,19 +350,6 @@ tiers:
                 run:
                     module: 'functest.opnfv_tests.features.domino'
                     class: 'Domino'
-            -
-                name: orchestra
-                criteria: 'ret == 0'
-                blocking: false
-                clean_flag: true
-                description: >-
-                    Test OpenBaton (Orchestra) stack
-                dependencies:
-                    installer: 'joid'
-                    scenario: 'unknown'
-                run:
-                    module: 'functest.opnfv_tests.features.orchestrator.orchestra'
-                    class: 'OpenbatonOrchestrator'
             -
                 name: netready
                 criteria: 'status == "PASS"'
@@ -481,34 +468,19 @@ tiers:
                 run:
                     module: 'functest.opnfv_tests.vnf.ims.cloudify_ims'
                     class: 'ImsVnf'
-            -
-                name: aaa
-                criteria: 'ret == 0'
-                blocking: false
-                clean_flag: true
-                description: >-
-                    Test suite from Parser project.
-                dependencies:
-                    installer: ''
-                    scenario: ''
-                run:
-                    module: 'functest.opnfv_tests.vnf.aaa.aaa'
-                    class: 'AaaVnf'
-
-            -
-                name: juju_epc
-                criteria: 'ret == 0'
-                blocking: false
-                clean_flag: true
-                description: >-
-                    Test suite from OAI project, vEPC deployed with Juju.
-                dependencies:
-                    installer: 'unknown'
-                    scenario: 'unknown'
-                run:
-                    module: 'functest.opnfv_tests.vnf.epc.epc'
-                    class: 'EpcVnf'
-
+#          -
+#               name: aaa
+#               criteria: 'ret == 0'
+#               blocking: false
+#               clean_flag: true
+#               description: >-
+#                   Test suite from Parser project.
+#               dependencies:
+#                   installer: ''
+#                   scenario: ''
+#               run:
+#                   module: 'functest.opnfv_tests.vnf.aaa.aaa'
+#                   class: 'AaaVnf'
             -
                 name: orchestra_ims
                 criteria: 'ret == 0'