Add usc system test 78/16778/2
authorA H <an.ho@huawei.com>
Wed, 18 Mar 2015 16:29:40 +0000 (09:29 -0700)
committerA H <an.ho@huawei.com>
Wed, 18 Mar 2015 16:29:40 +0000 (09:29 -0700)
Change-Id: If1b7abb5470c3f0087f54c5472f7ebe69a51ec91
Signed-off-by: A H <an.ho@huawei.com>
jjb/usc/usc-csit-channel-master.yaml [new file with mode: 0644]

diff --git a/jjb/usc/usc-csit-channel-master.yaml b/jjb/usc/usc-csit-channel-master.yaml
new file mode 100644 (file)
index 0000000..8efaf86
--- /dev/null
@@ -0,0 +1,33 @@
+- project:
+    name: usc-csit-channel-master
+    jobs:
+        - '{project}-csit-1node-imds-{functionality}-{install}-{stream}'
+        - '{project}-csit-1node-cds-{functionality}-{install}-{stream}'
+        - '{project}-csit-verify-{functionality}-{stream}'
+
+    # The project name
+    project: 'usc'
+
+    # The functionality under test
+    functionality: 'channel'
+
+    # Project branches
+    stream:
+        - master:
+            branch: 'master'
+
+    install:
+        - only:
+            scope: 'only'
+        - all:
+            scope: 'all'
+
+    # Features to install
+    install-features: 'odl-restconf,odl-mdsal-apidocs,odl-usc-channel-ui'
+
+    # Robot custom options
+    robot-options: ''
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},usc-distribution-{stream}'
+