From a3722c79d692a235a759d70639cf0821ed2915f2 Mon Sep 17 00:00:00 2001 From: Linh Date: Tue, 1 Dec 2015 11:46:15 -0800 Subject: [PATCH] Add CSIT job for DIDM discovery tests. Remove the mininet settings. Change-Id: I43f81c6896802258c5d77503278faaba2254a2b7 Signed-off-by: Linh Signed-off-by: Jamo Luhrsen --- jjb/didm/didm-csit-discovery.yaml | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 jjb/didm/didm-csit-discovery.yaml 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}' -- 2.36.6