Creating first pass of robot tests. 20/19320/3
authorJoseph Stewart <josstewa@cisco.com>
Wed, 29 Apr 2015 16:41:02 +0000 (12:41 -0400)
committerJoseph Stewart <josstewa@cisco.com>
Wed, 13 May 2015 17:36:35 +0000 (13:36 -0400)
Add iotdm to testing target.
Changed stream branches as per review comments.
Removed lithium stream from yaml.

Change-Id: Id37ff7b0b2e9b9df9e23a93528eb97c330d016d1
Signed-off-by: Joseph Stewart <josstewa@cisco.com>
jjb/iotdm/iotdm-csit-basic-master.yaml [new file with mode: 0644]
jjb/iotdm/iotdm-distribution.yaml [new file with mode: 0644]

diff --git a/jjb/iotdm/iotdm-csit-basic-master.yaml b/jjb/iotdm/iotdm-csit-basic-master.yaml
new file mode 100644 (file)
index 0000000..a38788d
--- /dev/null
@@ -0,0 +1,31 @@
+- project:
+    name: iotdm-csit-basic-master
+    jobs:
+        - '{project}-csit-1node-cds-{functionality}-{install}-{stream}'
+        - '{project}-csit-verify-{functionality}-{stream}'
+
+    # The project name
+    project: 'iotdm'
+
+    # The functionality under test
+    functionality: 'basic'
+
+    # Project branches
+    stream:
+        - master:
+            branch: 'master'
+
+    install:
+        - only:
+            scope: 'only'
+        - all:
+            scope: 'all'
+
+    # Features to install
+    install-features: 'odl-iotdm-onem2m'
+
+    # Robot custom options
+    robot-options: ''
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: 'iotdm-distribution-{stream}'
\ No newline at end of file
diff --git a/jjb/iotdm/iotdm-distribution.yaml b/jjb/iotdm/iotdm-distribution.yaml
new file mode 100644 (file)
index 0000000..08e9cac
--- /dev/null
@@ -0,0 +1,15 @@
+- project:
+    name: iotdm-distribution
+    jobs:
+        - '{project}-distribution-{stream}'
+
+    # The project name
+    project: 'iotdm'
+
+    # The project branches
+    stream:
+        - master:
+            branch: 'master'
+
+    jdk: 'openjdk7'
+