Make robot framework output-path parametrizable. 33/633/1
authorStefan Kobza <skobza@cisco.com>
Tue, 29 Mar 2016 12:11:23 +0000 (14:11 +0200)
committerStefan Kobza <skobza@cisco.com>
Tue, 29 Mar 2016 12:11:23 +0000 (14:11 +0200)
csit-vpp-verify-virl job is blocked now, because output-path is not a
variable in robot-framework macro. This patch changes that.

Change-Id: I1c31342af6dfae66ce3e21e751470e476cc5be39
Signed-off-by: Stefan Kobza <skobza@cisco.com>
jjb/csit/csit-vpp-functional.yaml
jjb/global-macros.yaml

index dcedc68..9b147ba 100644 (file)
@@ -56,7 +56,8 @@
             artifacts: 'report.html, log.html, output.xml'
             latest-only: false
 
-        - robot-report
+        - robot-report:
+            output-path: ''
 
 - job-template:
     name: 'csit-vpp-functional-hw-tb2'
             artifacts: 'report.html, log.html, output.xml'
             latest-only: false
 
-        - robot-report
+        - robot-report:
+            output-path: ''
 
 - job-template:
     name: 'csit-vpp-functional-nodepool'
             artifacts: 'report.html, log.html, output.xml'
             latest-only: false
 
-        - robot-report
+        - robot-report:
+            output-path: ''
 
 - job-template:
     name: 'csit-vpp-master-verify-weekly'
index a1f1069..8e7878b 100644 (file)
     name: robot-report
     publishers:
         - robot:
-            output-path: ''
+            output-path: '{output-path}'
             other-files: ''
 
 ###### BUILDERS