From a398fd51be3005c6af41ee2bd3682fa123802278 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Tue, 16 May 2017 18:21:13 +0200 Subject: [PATCH] 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 --- jjb/bgpcep/bgpcep-csit-bgpclustering.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.36.6