Manage test case exclude via XtestingCI 85/71885/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 9 Feb 2021 12:32:21 +0000 (13:32 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 9 Feb 2021 12:32:21 +0000 (13:32 +0100)
Change-Id: I6fb60117ae05f3e14d26174a693b0b6fca98a532
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/xtesting.yaml

index 88b2cfb..294dbb7 100644 (file)
     privileged: 'false'
     network: bridge
     exclude:
-      - tag: hunter
-        test: sixth
-      - tag: iruya
-        test: sixth
+      - {'tag': 'hunter', 'test': 'sixth'}
+      - {'tag': 'iruya', 'test': 'sixth'}
     jobs:
       - 'xtesting-{repo}-{container}-{tag}-{test}-run'
 
     privileged: 'false'
     network: bridge
     exclude:
-      - tag: hunter
-        test: seventh
-      - tag: iruya
-        test: seventh
-      - tag: jerma
-        test: seventh
-      - tag: kali
-        test: seventh
+      - {'tag': 'hunter'}
+      - {'tag': 'iruya'}
+      - {'tag': 'jerma'}
+      - {'tag': 'kali'}
     jobs:
       - 'xtesting-{repo}-{container}-{tag}-{test}-run'