Revert "Delete broken netconf csit job"
[releng/builder.git] / jjb / netconf / netconf-cluster-stress.yaml
index b7abddaa92649cfcde8a34b103b497ff342309de..f326bd0eb44bda13a8935655e9fc9f96de36ea45 100644 (file)
       - carbon:
           branch: 'stable/carbon'
           jre: 'openjdk8'
+          karaf-version: karaf3
       - boron:
           branch: 'stable/boron'
           jre: 'openjdk8'
-      - beryllium:
-          branch: 'stable/beryllium'
-          jre: 'openjdk7'
+          karaf-version: karaf3
 
     install:
       - only:
           scope: 'all'
 
     # 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-restconf,
-        odl-netconf-ssh
+        odl-jolokia,
+        odl-netconf-clustered-topology
 
     # Robot custom options
+    # TODO: Make sure every suite has this as default, then remove this value from here.
     robot-options: '-v USE_NETCONF_CONNECTOR:False'