Edited HBase File for new Berilliyum CLI's 59/32959/1
authorroot <root@demo05.force10networks.com>
Mon, 18 Jan 2016 19:38:50 +0000 (01:08 +0530)
committerpremnath <prem.annauniv@gmail.com>
Mon, 18 Jan 2016 19:48:57 +0000 (01:18 +0530)
Added  new job for hsqldb

Change-Id: I7567e9b732eb2c67e2db601c8b283e8f7983219c
Signed-off-by: premnath <prem.annauniv@gmail.com>
jjb/tsdr/tsdr-csit-hbase.yaml
jjb/tsdr/tsdr-csit-hsqldb.yaml [new file with mode: 0644]

index f632eb01d2d1a98229a50e71cdc2222cd6146d95..148ce772f0a5d8c0a8103e77b7208ce0b8a16af9 100644 (file)
@@ -26,7 +26,7 @@
             scope: 'all'
 
     # Features to install
-    install-features: 'odl-restconf,odl-tsdr-hbase'
+    install-features: 'odl-restconf,odl-tsdr-hbase,odl-tsdr-openflow-statistics-collector'
 
     # Robot custom options
     robot-options: ' '
diff --git a/jjb/tsdr/tsdr-csit-hsqldb.yaml b/jjb/tsdr/tsdr-csit-hsqldb.yaml
new file mode 100644 (file)
index 0000000..e2f1c07
--- /dev/null
@@ -0,0 +1,35 @@
+- project:
+    name: tsdr-csit-hsqldb
+    jobs:
+        - '{project}-csit-1node-{functionality}-{install}-{stream}'
+        - '{project}-csit-verify-1node-{functionality}'
+
+    # The project name
+    project: 'tsdr'
+
+    # The functionality under test to verify
+    functionality: 'hsqldb-datastore'
+
+    # Project branches
+    stream:
+        - boron:
+            branch: 'master'
+        - beryllium:
+            branch: 'stable/beryllium'
+        - stable-lithium:
+            branch: 'stable/lithium'
+
+    install:
+        - only:
+            scope: 'only'
+        - all:
+            scope: 'all'
+
+    # Features to install
+    install-features: 'odl-restconf,odl-tsdr-hsqldb,odl-tsdr-openflow-statistics-collector'
+
+    # 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}'