Make install-features in netconf jobs multiline 31/52631/2
authorVratko Polak <vrpolak@cisco.com>
Thu, 2 Mar 2017 11:25:29 +0000 (12:25 +0100)
committerVratko Polak <vrpolak@cisco.com>
Thu, 2 Mar 2017 14:54:04 +0000 (15:54 +0100)
Change-Id: I6cae406d6dab11f9ca6eb2482e943c4481b3fa5d
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
jjb/netconf/netconf-cluster-stress.yaml
jjb/netconf/netconf-clustering-scale.yaml
jjb/netconf/netconf-clustering.yaml

index c69ccd135bc95c667bf7ffafbdc00bca93e8446d..33d82c12e3a3518bd3b1d1378c358bd2ce4cb7f8 100644 (file)
@@ -31,7 +31,9 @@
     # Features to install
     # odl-jolokia is added automatically just because this is a 3node job.
     # Netconf clustered feature is installed at runtime.
-    install-features: 'odl-netconf-ssh,odl-restconf'
+    install-features: >
+        odl-restconf,
+        odl-netconf-ssh
 
     # Robot custom options
     robot-options: '-v USE_NETCONF_CONNECTOR:False'
index 095e3a859b5a33a1f17e0f19599278c687fe1ff2..a8b8adf53776b8dfd24c4ceff3c99fcc273112c5 100644 (file)
@@ -29,7 +29,9 @@
           scope: 'all'
 
     # Features to install
-    install-features: 'odl-restconf,odl-netconf-clustered-topology'
+    install-features: >
+        odl-restconf,
+        odl-netconf-clustered-topology
 
     # Robot custom options
     robot-options: '-v USE_NETCONF_CONNECTOR:False'
index 5432a6e9b8405df5468ade193811b50e171b11e8..b33e0f0bede39d49d5b662c66347bb63a7c06768 100644 (file)
@@ -29,7 +29,9 @@
           scope: 'all'
 
     # Features to install
-    install-features: 'odl-restconf,odl-netconf-clustered-topology'
+    install-features: >
+        odl-restconf,
+        odl-netconf-clustered-topology
 
     # Robot custom options
     robot-options: '-v USE_NETCONF_CONNECTOR:False'