From 2c0a2adc3b874a349af676fb40bb6283936f218f Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Mon, 15 May 2017 16:19:18 +0200 Subject: [PATCH] Use restconf-noauth in controller cluster tests There are various failures possibly related to AAA (and indirecly Restconf) functionality, thus affecting the test results. This is an attempt to work around the following Bugs: 8432, 8434, 8443. -all- jobs will still test with AAA enabled. Change-Id: I2f50b71b75e9f332f1adca8546978b6150dbdb5c Signed-off-by: Vratko Polak --- jjb/controller/controller-csit-clustering.yaml | 2 +- jjb/controller/controller-csit-cs-chasing-leader.yaml | 2 +- jjb/controller/controller-csit-cs-partnheal.yaml | 2 +- jjb/controller/controller-csit-ddb-expl-lead-movement.yaml | 2 +- jjb/controller/controller-csit-drb-partnheal.yaml | 2 +- jjb/controller/controller-csit-drb-precedence.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jjb/controller/controller-csit-clustering.yaml b/jjb/controller/controller-csit-clustering.yaml index ba63cef0b..8778cf5f3 100644 --- a/jjb/controller/controller-csit-clustering.yaml +++ b/jjb/controller/controller-csit-clustering.yaml @@ -40,7 +40,7 @@ # Features to install install-features: > - odl-restconf, + odl-restconf-noauth, odl-clustering-test-app # Robot custom options diff --git a/jjb/controller/controller-csit-cs-chasing-leader.yaml b/jjb/controller/controller-csit-cs-chasing-leader.yaml index dcb89b350..40dc8c32e 100644 --- a/jjb/controller/controller-csit-cs-chasing-leader.yaml +++ b/jjb/controller/controller-csit-cs-chasing-leader.yaml @@ -26,7 +26,7 @@ # Features to install install-features: > - odl-restconf, + odl-restconf-noauth, odl-clustering-test-app # Built timeout diff --git a/jjb/controller/controller-csit-cs-partnheal.yaml b/jjb/controller/controller-csit-cs-partnheal.yaml index 599c29b3a..cc5101f4a 100644 --- a/jjb/controller/controller-csit-cs-partnheal.yaml +++ b/jjb/controller/controller-csit-cs-partnheal.yaml @@ -26,7 +26,7 @@ # Features to install install-features: > - odl-restconf, + odl-restconf-noauth, odl-clustering-test-app # Built timeout diff --git a/jjb/controller/controller-csit-ddb-expl-lead-movement.yaml b/jjb/controller/controller-csit-ddb-expl-lead-movement.yaml index 76edf6010..4c1b0afd0 100644 --- a/jjb/controller/controller-csit-ddb-expl-lead-movement.yaml +++ b/jjb/controller/controller-csit-ddb-expl-lead-movement.yaml @@ -26,7 +26,7 @@ # Features to install install-features: > - odl-restconf, + odl-restconf-noauth, odl-clustering-test-app # Built timeout diff --git a/jjb/controller/controller-csit-drb-partnheal.yaml b/jjb/controller/controller-csit-drb-partnheal.yaml index 6956ceb2c..bd0bbc154 100644 --- a/jjb/controller/controller-csit-drb-partnheal.yaml +++ b/jjb/controller/controller-csit-drb-partnheal.yaml @@ -26,7 +26,7 @@ # Features to install install-features: > - odl-restconf, + odl-restconf-noauth, odl-clustering-test-app # Built timeout diff --git a/jjb/controller/controller-csit-drb-precedence.yaml b/jjb/controller/controller-csit-drb-precedence.yaml index 5a131a293..039c68410 100644 --- a/jjb/controller/controller-csit-drb-precedence.yaml +++ b/jjb/controller/controller-csit-drb-precedence.yaml @@ -26,7 +26,7 @@ # Features to install install-features: > - odl-restconf, + odl-restconf-noauth, odl-clustering-test-app # Built timeout -- 2.36.6