From f9d198d24a9ecb7541a982a1c16e6bcba9d9c771 Mon Sep 17 00:00:00 2001 From: victorxu Date: Fri, 12 Feb 2016 15:52:31 -0800 Subject: [PATCH 1/1] 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 --- jjb/usc/usc-csit-tcp.yaml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 jjb/usc/usc-csit-tcp.yaml 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}' -- 2.36.6