From: victorxu Date: Fri, 12 Feb 2016 23:52:31 +0000 (-0800) Subject: Add csit test for tcp feature in usc X-Git-Tag: release/beryllium~1^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=f9d198d24a9ecb7541a982a1c16e6bcba9d9c771;hp=7eff8a58ba581be24844acd429987a5e2b961afe;p=releng%2Fbuilder.git Add csit test for tcp feature in usc This change adds a new csit test to test the tcp feature in usc. Change-Id: I6c8d1d36e539a768aaa880208f67247a6c2c8ed5 Signed-off-by: victorxu --- diff --git a/jjb/usc/usc-csit-tcp.yaml b/jjb/usc/usc-csit-tcp.yaml new file mode 100644 index 000000000..a241442be --- /dev/null +++ b/jjb/usc/usc-csit-tcp.yaml @@ -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}'