add topoprocessing automated tests jobs 45/29445/3
authorAndrej Záň <andrej.zan@pantheon.sk>
Mon, 9 Nov 2015 13:59:05 +0000 (14:59 +0100)
committerAndrej Záň <andrej.zan@pantheon.sk>
Wed, 11 Nov 2015 13:01:54 +0000 (14:01 +0100)
Change-Id: I046917674fd0b9f4df79aaae35f651b823b48daf
Signed-off-by: Andrej Záň <andrej.zan@pantheon.sk>
jjb/topoprocessing/topoprocessing-csit-topology-operation.yaml [new file with mode: 0644]

diff --git a/jjb/topoprocessing/topoprocessing-csit-topology-operation.yaml b/jjb/topoprocessing/topoprocessing-csit-topology-operation.yaml
new file mode 100644 (file)
index 0000000..c74826a
--- /dev/null
@@ -0,0 +1,38 @@
+- project:
+    name: topoprocessing-csit-topology-operations
+    jobs:
+        - '{project}-csit-1node-{functionality}-{install}-{stream}'
+        - '{project}-csit-verify-1node-{functionality}'
+
+    # The project name
+    project: 'topoprocessing'
+
+    # The functionality under test
+    functionality: 'topology-operations'
+
+    # 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'
+
+    # Robot custom options
+    robot-options: ''
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: >
+        odlparent-distribution-{stream},
+        yangtools-distribution-{stream},
+        controller-distribution-{stream},
+        aaa-distribution-{stream},
+        integration-distribution-merge-{stream}