Added SXP CSIT tests job 42/26442/5
authorMartin Mihálek <mamihale@cisco.com>
Thu, 3 Sep 2015 08:18:27 +0000 (10:18 +0200)
committerMartin Mihálek <mamihale@cisco.com>
Wed, 16 Sep 2015 15:46:47 +0000 (17:46 +0200)
Change-Id: Ic56d99fae4d4475fdc94d25cca5e0e4e7e784fb2
Signed-off-by: Martin Mihálek <mamihale@cisco.com>
jjb/sxp/sxp-csit-basic.yaml [new file with mode: 0644]
jjb/sxp/sxp-csit-topology.yaml [new file with mode: 0644]

diff --git a/jjb/sxp/sxp-csit-basic.yaml b/jjb/sxp/sxp-csit-basic.yaml
new file mode 100644 (file)
index 0000000..debe10e
--- /dev/null
@@ -0,0 +1,32 @@
+- project:
+    name: sxp-csit-basic
+    jobs:
+        - '{project}-csit-1node-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'sxp'
+
+    # The functionality under test
+    functionality: 'basic'
+
+    # Project branches
+    stream:
+        - beryllium:
+            branch: 'master'
+        - stable-lithium:
+            branch: 'stable/lithium'
+
+    install:
+        - only:
+            scope: 'only'
+        - all:
+            scope: 'all'
+
+    # Features to install
+    install-features: 'odl-restconf,odl-sxp-all'
+
+    # Robot custom options
+    robot-options: ''
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},tcpmd5-distribution-{stream},sxp-distribution-{stream},mdsal-distribution-{stream},netconf-distribution-{stream}'
diff --git a/jjb/sxp/sxp-csit-topology.yaml b/jjb/sxp/sxp-csit-topology.yaml
new file mode 100644 (file)
index 0000000..4857af7
--- /dev/null
@@ -0,0 +1,32 @@
+- project:
+    name: sxp-csit-topology
+    jobs:
+        - '{project}-csit-1node-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'sxp'
+
+    # The functionality under test
+    functionality: 'topology'
+
+    # Project branches
+    stream:
+        - beryllium:
+            branch: 'master'
+        - stable-lithium:
+            branch: 'stable/lithium'
+
+    install:
+        - only:
+            scope: 'only'
+        - all:
+            scope: 'all'
+
+    # Features to install
+    install-features: 'odl-restconf,odl-sxp-all'
+
+    # Robot custom options
+    robot-options: ''
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},tcpmd5-distribution-{stream},sxp-distribution-{stream},mdsal-distribution-{stream},netconf-distribution-{stream}'