Merge "Adding CSIT for NetIDE project "
authorLuis Gomez <ecelgp@gmail.com>
Fri, 20 Nov 2015 06:02:06 +0000 (06:02 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 20 Nov 2015 06:02:06 +0000 (06:02 +0000)
jjb/netide/netide-csit-basic.yaml [new file with mode: 0644]

diff --git a/jjb/netide/netide-csit-basic.yaml b/jjb/netide/netide-csit-basic.yaml
new file mode 100644 (file)
index 0000000..9b53641
--- /dev/null
@@ -0,0 +1,30 @@
+- project:
+    name: netide-csit-basic
+    jobs:
+        - '{project}-csit-verify-1node-{functionality}'
+
+    # The project name
+    project: 'netide'
+
+    # The functionality under test
+    functionality: 'basic'
+
+    # Project branches
+    stream:
+        - beryllium:
+            branch: 'master'
+
+    install:
+        - only:
+            scope: 'only'
+        - all:
+            scope: 'all'
+
+    # Features to install
+    install-features: 'odl-openflowplugin-flow-services-ui,odl-netide-rest'
+
+    # Robot custom options
+    robot-options: ''
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream},netide-distribution-{stream}'