Merge "Adding CSIT Jobs for Natapp"
authorLuis Gomez <ecelgp@gmail.com>
Thu, 16 Jun 2016 14:35:54 +0000 (14:35 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 16 Jun 2016 14:35:54 +0000 (14:35 +0000)
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}'
+