Revert "Delete broken netconf csit job" 88/60088/3
authorPeter Gubka <pgubka@cisco.com>
Fri, 7 Jul 2017 15:36:14 +0000 (17:36 +0200)
committerPeter Gubka <pgubka@cisco.com>
Mon, 10 Jul 2017 10:10:33 +0000 (12:10 +0200)
This reverts commit 6feeb50c9a4057752eff5e043ccfcb834ba7fabb.

Change-Id: I83c810e48e56e91ac8596119e20fe1815f61ed5b
Signed-off-by: Peter Gubka <pgubka@cisco.com>
jjb/netconf/netconf-cluster-stress.yaml

index 3214911a406e420783b7c1a3a931647273badd4a..f326bd0eb44bda13a8935655e9fc9f96de36ea45 100644 (file)
@@ -1,4 +1,41 @@
 ---
+- project:
+    name: netconf-csit-cluster-stress
+    jobs:
+      - '{project}-csit-3node-{functionality}-{install}-{stream}'
 
-# Fix this [0] before git-reverting this job.
-# [0] https://trello.com/c/SbOodkUt/490-int-nest-repair-netconf-cluster-stress-suite
+    # The project name
+    project: 'netconf'
+
+    # The functionality under test
+    functionality: 'cluster-stress'
+
+    # Project branches
+    stream:
+      - nitrogen:
+          branch: 'master'
+          jre: 'openjdk8'
+      - carbon:
+          branch: 'stable/carbon'
+          jre: 'openjdk8'
+          karaf-version: karaf3
+      - boron:
+          branch: 'stable/boron'
+          jre: 'openjdk8'
+          karaf-version: karaf3
+
+    install:
+      - only:
+          scope: 'only'
+      - all:
+          scope: 'all'
+
+    # Features to install
+    install-features: >
+        odl-restconf,
+        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'