From: Linh Date: Tue, 1 Dec 2015 19:46:15 +0000 (-0800) Subject: Add CSIT job for DIDM discovery tests. X-Git-Tag: release/beryllium~166^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=a3722c79d692a235a759d70639cf0821ed2915f2;p=releng%2Fbuilder.git Add CSIT job for DIDM discovery tests. Remove the mininet settings. Change-Id: I43f81c6896802258c5d77503278faaba2254a2b7 Signed-off-by: Linh Signed-off-by: Jamo Luhrsen --- diff --git a/jjb/didm/didm-csit-discovery.yaml b/jjb/didm/didm-csit-discovery.yaml new file mode 100644 index 000000000..1bdcfcbca --- /dev/null +++ b/jjb/didm/didm-csit-discovery.yaml @@ -0,0 +1,33 @@ +- project: + name: didm-csit-discovery + jobs: + - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-1node-{functionality}' + + # The project name + project: 'didm' + + # The functionality under test + functionality: 'discovery' + + # Project branches + stream: + - boron: + branch: 'master' + - beryllium: + branch: 'stable/beryllium' + - stable-lithium: + branch: 'stable/lithium' + + install: + - only: + scope: 'only' + + # Features to install + install-features: 'odl-didm-all' + + # Robot custom options + robot-options: '' + + # Trigger jobs (upstream dependencies) + trigger-jobs: 'didm-distribution-{stream},openflowplugin-distribution-{stream}'