Add robot options to openstack jobs 05/49305/1
authorSam Hague <shague@redhat.com>
Tue, 13 Dec 2016 14:51:47 +0000 (09:51 -0500)
committerSam Hague <shague@redhat.com>
Tue, 13 Dec 2016 14:51:53 +0000 (09:51 -0500)
Add the TESTOPTIONS (robot-options) to the openstack jobs. This
allows the user to add things like -L TRACE to increase the
robot logging level or to add other params. Most other jobs have
this option.

Change-Id: Ieb85247507e7ee69b1bfa0f0b36f54475d5585f4
Signed-off-by: Sam Hague <shague@redhat.com>
jjb/groupbasedpolicy/groupbasedpolicy-csit-1node-openstack.yaml
jjb/integration/integration-templates.yaml
jjb/netvirt/netvirt-csit-1node-multi-openstack.yaml
jjb/netvirt/netvirt-csit-3node-multi-openstack.yaml
jjb/netvirt/netvirt-legacy-csit-1node-multi-openstack.yaml
jjb/netvirt/netvirt-legacy-csit-3node-multi-openstack.yaml
jjb/vtn/vtn-manager-csit-1node-openstack.yaml

index 6b4965bc9088103cdd205ebf92b675bf85bcabc2..629e420a0164aebf418073ac2cfa84136bd82385 100644 (file)
@@ -48,3 +48,5 @@
     tenant-network-type: 'vxlan'
 
     security-group-mode: 'none'
+
+    robot-options: ''
index bf7185f69df6e5f3a05351b0667d7d2faa0f9462..ebad5be3981e2602dec9668d28ebb45f84a7e582 100644 (file)
             bundleurl: '{bundleurl}'
         - integration-controller-features:
             controller-features: '{install-features}'
+        - integration-test-options:
+            test-options: '{robot-options}'
         - integration-test-plan:
             test-plan: '{project}-1node-openstack.txt'
         - integration-patch-refspec:
             bundleurl: '{bundleurl}'
         - integration-controller-features:
             controller-features: 'odl-jolokia,{install-features}'
+        - integration-test-options:
+            test-options: '{robot-options}'
         - integration-test-plan:
             test-plan: '{project}-3node-openstack.txt'
         - integration-patch-refspec:
index bfa1bd555e176e432fcc5df5b2613f5437324cca..b1b014037512233eeede7a28037ebfcbbc3fad91 100644 (file)
@@ -56,3 +56,5 @@
     tenant-network-type: 'vxlan'
 
     security-group-mode: '{sg-mode}'
+
+    robot-options: ''
index 7e69857cffd1c365c1c554b8c4f86dd1756cbe2f..fb6ebb82708e838902344e74a436f604ba3a15b8 100644 (file)
@@ -58,3 +58,5 @@
     tenant-network-type: 'vxlan'
 
     security-group-mode: '{sg-mode}'
+
+    robot-options: ''
index c11310ef22c29bbc309b3d13904b766e1d7cdbde..5721a00f150b2465aa405599d81da08570b22ce6 100644 (file)
@@ -53,3 +53,5 @@
     tenant-network-type: 'vxlan'
 
     security-group-mode: 'none'
+
+    robot-options: ''
index 447ac88eaa5d39f4cd2a29a646766fb07863722c..a49ce6a95ec8b97725759be87afaf144e4044c41 100644 (file)
@@ -55,3 +55,5 @@
     tenant-network-type: 'vxlan'
 
     security-group-mode: 'none'
+
+    robot-options: ''
index 55d321acd643a8d76fd547ac4e7650ba35b84ad4..98e4904465dbcb703d759e7d30eb074dfd3a9e12 100644 (file)
@@ -47,3 +47,5 @@
     tenant-network-type: 'local'
 
     security-group-mode: 'none'
+
+    robot-options: ''