Update plugin parameters 23/27823/1
authorYuli Shlosberg <ys9693@att.com>
Wed, 10 Jan 2018 12:07:26 +0000 (14:07 +0200)
committerYuli Shlosberg <ys9693@att.com>
Wed, 10 Jan 2018 12:07:26 +0000 (14:07 +0200)
Add new parameters to testNG and Junit plugins

Change-Id: Iaced836f9e57fbf156514a69481e997b66a79ef2
Issue-ID: SDC-612
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
jjb/integration/integration-templates-csit.yaml

index 71f8ab6..7bb16cb 100644 (file)
           escape-test-description: true
           escape-exception-msg: true
           show-failed-builds: true
+          unstable-on-skipped-tests: false
+          failure-on-failed-test-config: false
       - junit:
           results: archives/testng-results.xml
           health-scale-factor: 1.0
+          allow-empty-results: true
       - integration-robot:
           unstable-if: 0.0
           pass-if: 100.0
       - html-publisher:
-          allow-missing: false
+          allow-missing: true
           dir: '{html-dir}'
           files: '{html-files}'
           keep-all: false
           escape-test-description: true
           escape-exception-msg: true
           show-failed-builds: true
+          unstable-on-skipped-tests: false
+          failure-on-failed-test-config: false
+      - junit:
+          results: archives/testng-results.xml
+          health-scale-factor: 1.0
+          allow-empty-results: true
       - html-publisher:
-          allow-missing: false
+          allow-missing: true
           dir: '{html-dir}'
           files: '{html-files}'
           keep-all: false