Add csit test for tcp feature in usc 31/31731/5
authorvictorxu <s.xu@huawei.com>
Fri, 12 Feb 2016 23:52:31 +0000 (15:52 -0800)
committervictorxu <s.xu@huawei.com>
Tue, 16 Feb 2016 19:10:51 +0000 (11:10 -0800)
This change adds a new csit test to test the tcp feature
in usc.

Change-Id: I6c8d1d36e539a768aaa880208f67247a6c2c8ed5
Signed-off-by: victorxu <s.xu@huawei.com>
jjb/usc/usc-csit-tcp.yaml [new file with mode: 0644]

diff --git a/jjb/usc/usc-csit-tcp.yaml b/jjb/usc/usc-csit-tcp.yaml
new file mode 100644 (file)
index 0000000..a241442
--- /dev/null
@@ -0,0 +1,38 @@
+- project:
+    name: usc-csit-tcp
+    jobs:
+        - '{project}-csit-1node-{functionality}-{install}-{stream}'
+        - '{project}-csit-verify-1node-{functionality}'
+
+    # The project name
+    project: 'usc'
+
+    # The functionality under test
+    functionality: 'tcp'
+
+    # Project branches
+    stream:
+        - boron:
+            branch: 'master'
+            jre: 'openjdk8'
+        - beryllium:
+            branch: 'stable/beryllium'
+            jre: 'openjdk7'
+        - stable-lithium:
+            branch: 'stable/lithium'
+            jre: 'openjdk7'
+
+    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}'