From 8bab3021b0604fe79512b2e47aa991d753156505 Mon Sep 17 00:00:00 2001 From: sdevaraj Date: Wed, 30 Nov 2016 12:35:38 -0800 Subject: [PATCH] New template for daexim tests Change-Id: I3cca4a35caf0c19b97d5de0151e81f2ade812ef7 Signed-off-by: sdevaraj --- jjb/daexim/daexim-csit-basic.yaml | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 jjb/daexim/daexim-csit-basic.yaml diff --git a/jjb/daexim/daexim-csit-basic.yaml b/jjb/daexim/daexim-csit-basic.yaml new file mode 100644 index 000000000..b828d39e5 --- /dev/null +++ b/jjb/daexim/daexim-csit-basic.yaml @@ -0,0 +1,33 @@ +- project: + name: daexim-csit-basic + jobs: + - '{project}-csit-1node-{functionality}-{install}-{stream}' + + # The project name + project: 'daexim' + + # The functionality under test + functionality: 'basic' + + # Project branches + stream: + - carbon: + branch: 'master' + jre: 'openjdk8' + + install: + - only: + scope: 'only' + + # no mininet required + mininet-vms: 0 + + # Features to install + install-features: 'odl-daexim-all,odl-netconf-topology' + + # Robot custom options + robot-options: '' + + # Trigger jobs (upstream dependencies) + trigger-jobs: '' + -- 2.36.6