Adding CSIT Jobs for Natapp 61/40361/2
authorthomaslees <thomaslee.s@tcs.com>
Wed, 15 Jun 2016 08:14:50 +0000 (13:44 +0530)
committerthomaslees <thomaslee.s@tcs.com>
Thu, 16 Jun 2016 05:47:19 +0000 (11:17 +0530)
Change-Id: I6e5a28ed7787d33b7fe5e55dad36fdfc34f3a466
Signed-off-by: thomaslees <thomaslee.s@tcs.com>
jjb/natapp/natapp-csit-basic.yaml [new file with mode: 0644]

diff --git a/jjb/natapp/natapp-csit-basic.yaml b/jjb/natapp/natapp-csit-basic.yaml
new file mode 100644 (file)
index 0000000..47c766b
--- /dev/null
@@ -0,0 +1,33 @@
+- project:
+    name: natapp-csit-basic
+    jobs:
+        - '{project}-csit-1node-{functionality}-{install}-{stream}'
+        - '{project}-csit-verify-1node-{functionality}'
+
+    # The project name
+    project: 'natapp'
+
+    # The functionality under test
+    functionality: 'basic'
+
+    # Project branches
+    stream:
+        - boron:
+            branch: 'master'
+            jre: 'openjdk8'
+
+    install:
+        - only:
+            scope: 'only'
+        - all:
+            scope: 'all'
+
+    # Features to install
+    install-features: 'odl-restconf, odl-natapp'
+
+    # Robot custom options
+    robot-options: ''
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowplugin-distribution-{stream},natapp-distribution-{stream}'
+