Created system test job for vpnservice project 23/20623/1
authorSindhuri <sindhuri.b@ericsson.com>
Mon, 18 May 2015 05:56:46 +0000 (22:56 -0700)
committerSindhuri <sindhuri.b@ericsson.com>
Mon, 18 May 2015 05:59:57 +0000 (22:59 -0700)
Signed-off-by: Sindhuri <sindhuri.b@ericsson.com>
Change-Id: I1acf0370efcd32a328e16165ac3d6384a4605fcb

jjb/vpnservice/vpnservice-csit-vpnservice-master.yaml [new file with mode: 0644]

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