Added the System test job for H2 DataStore 69/20769/4
authorvasanthan_balasubram <vasanthan_balasubram@dell.com>
Wed, 20 May 2015 07:20:02 +0000 (12:50 +0530)
committervasanthan_balasubram <vasanthan_balasubram@dell.com>
Tue, 26 May 2015 05:17:14 +0000 (10:47 +0530)
Change-Id: Id8ed4b87ecab4d49882c90fad94d0cc0c638162e
Signed-off-by: vasanthan_balasubram <vasanthan_balasubram@dell.com>
jjb/tsdr/tsdr-csit-tsdr-h2-master.yaml [new file with mode: 0644]

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