New CSIT Jenkins Job for SFC rest basic functionality 98/38398/2
authorMiguel Angel Munoz Gonzalez <miguel.angel.munoz.gonzalez@ericsson.com>
Wed, 4 May 2016 10:55:29 +0000 (12:55 +0200)
committerMiguel Angel Munoz Gonzalez <miguel.angel.munoz.gonzalez@ericsson.com>
Fri, 6 May 2016 15:19:25 +0000 (17:19 +0200)
A new job is added to test sfc basic rest suite
in a cluster environment. Note this basically
tests REST messages against Service Functions, Nodes,
Chains, Functions Forwarders, etc.

Change-Id: Iaf6459039f1a5fc908d972c3e094f3b153415cf4
Signed-off-by: Miguel Angel Munoz Gonzalez <miguel.angel.munoz.gonzalez@ericsson.com>
jjb/sfc/sfc-csit-rest-basic.yaml [new file with mode: 0644]

diff --git a/jjb/sfc/sfc-csit-rest-basic.yaml b/jjb/sfc/sfc-csit-rest-basic.yaml
new file mode 100644 (file)
index 0000000..af6ae10
--- /dev/null
@@ -0,0 +1,35 @@
+- project:
+    name: sfc-csit-rest-basic
+    jobs:
+        - '{project}-csit-3node-{functionality}-{install}-{stream}'
+
+
+    # The project name
+    project: 'sfc'
+
+    # The functionality under test
+    functionality: 'rest-basic'
+
+    # Project branches
+    stream:
+        - boron:
+            branch: 'master'
+            jre: 'openjdk8'
+        - beryllium:
+            branch: 'stable/beryllium'
+            jre: 'openjdk7'
+
+    install:
+        - only:
+            scope: 'only'
+        - all:
+            scope: 'all'
+
+    # Features to install
+    install-features: 'odl-sfc-provider-rest'
+
+    # Robot custom options
+    robot-options: ''
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: 'lispflowmapping-distribution-{stream},ovsdb-distribution-{stream},controller-distribution-{stream},openflowplugin-distribution-{stream},yangtools-distribution-{stream}, sfc-distribution-{stream}'