From 3d1bd3bc64248d8aea1717dde149e91bc5bab3f4 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Thu, 2 Mar 2017 12:25:29 +0100 Subject: [PATCH] Make install-features in netconf jobs multiline Change-Id: I6cae406d6dab11f9ca6eb2482e943c4481b3fa5d Signed-off-by: Vratko Polak --- jjb/netconf/netconf-cluster-stress.yaml | 4 +++- jjb/netconf/netconf-clustering-scale.yaml | 4 +++- jjb/netconf/netconf-clustering.yaml | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/jjb/netconf/netconf-cluster-stress.yaml b/jjb/netconf/netconf-cluster-stress.yaml index c69ccd135..33d82c12e 100644 --- a/jjb/netconf/netconf-cluster-stress.yaml +++ b/jjb/netconf/netconf-cluster-stress.yaml @@ -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' diff --git a/jjb/netconf/netconf-clustering-scale.yaml b/jjb/netconf/netconf-clustering-scale.yaml index 095e3a859..a8b8adf53 100644 --- a/jjb/netconf/netconf-clustering-scale.yaml +++ b/jjb/netconf/netconf-clustering-scale.yaml @@ -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' diff --git a/jjb/netconf/netconf-clustering.yaml b/jjb/netconf/netconf-clustering.yaml index 5432a6e9b..b33e0f0be 100644 --- a/jjb/netconf/netconf-clustering.yaml +++ b/jjb/netconf/netconf-clustering.yaml @@ -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' -- 2.36.6