From: Vratko Polak Date: Tue, 16 May 2017 16:21:13 +0000 (+0200) Subject: Use restconf-noauth in bgp cluster tests X-Git-Tag: release/carbon~40 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=commitdiff_plain;h=a398fd51be3005c6af41ee2bd3682fa123802278 Use restconf-noauth in bgp cluster tests This is similar to I2f50b71b75e9f332f1adca8546978b6150dbdb5c The bug we want to avoid: https://bugs.opendaylight.org/show_bug.cgi?id=8434#c3 As usual, -all- job will still use auth. Boron and Beryllium are kept as is, as testplans are quite different. Change-Id: Idb39b983a7beda5f14d39180d1fe4a2176fd6d06 Signed-off-by: Vratko Polak --- diff --git a/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml b/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml index 1ba837742..4091f0f63 100644 --- a/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml +++ b/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml @@ -37,7 +37,7 @@ scope: 'all' # Features to install - install-features: 'odl-restconf,odl-bgpcep-bgp,odl-netconf-clustered-topology' + install-features: 'odl-restconf-noauth,odl-bgpcep-bgp,odl-netconf-clustered-topology' # Robot custom options: robot-options: '-v USE_NETCONF_CONNECTOR:False'