Disable features in nofeature scenario 35/53935/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 16 Mar 2018 02:36:07 +0000 (03:36 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 16 Mar 2018 06:29:17 +0000 (07:29 +0100)
Only Funtest testcases are verifying the referent scenarios.

Change-Id: I29dfa012e9cba39216fdd58e5fd59255844f335b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/features/testcases.yaml
docker/parser/testcases.yaml
functest/ci/testcases.yaml

index 676356d..2bdd54f 100644 (file)
@@ -17,7 +17,7 @@ tiers:
                     Test suite from Doctor project.
                 dependencies:
                     installer: 'apex'
-                    scenario: '^((?!fdio).)*$'
+                    scenario: '^((?!fdio|nofeature).)*$'
                 run:
                     module: 'xtesting.core.feature'
                     class: 'BashFeature'
index a81d7aa..2999aa5 100644 (file)
@@ -17,7 +17,7 @@ tiers:
                     Test suite from Parser project.
                 dependencies:
                     installer: ''
-                    scenario: '^((?!bgpvpn|noha).)*$'
+                    scenario: '^((?!bgpvpn|nofeature).)*$'
                 run:
                     module: 'xtesting.core.feature'
                     class: 'BashFeature'
index 2e822d6..fe6bb16 100644 (file)
@@ -268,7 +268,7 @@ tiers:
                     Test suite from Doctor project.
                 dependencies:
                     installer: 'apex'
-                    scenario: '^((?!fdio).)*$'
+                    scenario: '^((?!fdio|nofeature).)*$'
                 run:
                     module: 'xtesting.core.feature'
                     class: 'BashFeature'