From 2bd7f1137fde46268ec72f38928e95e1bab73373 Mon Sep 17 00:00:00 2001 From: Sreekalyan Devaraj Date: Tue, 2 Jan 2018 10:39:34 -0800 Subject: [PATCH] Cluster tests template for daexim - Add cluster support for daexim Change-Id: Ib60c1f86344529c7bd77857e4c9966727109af24 Signed-off-by: Sreekalyan Devaraj --- jjb/daexim/daexim-csit-clustering-basic.yaml | 31 ++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 jjb/daexim/daexim-csit-clustering-basic.yaml diff --git a/jjb/daexim/daexim-csit-clustering-basic.yaml b/jjb/daexim/daexim-csit-clustering-basic.yaml new file mode 100644 index 0000000000..a62726383b --- /dev/null +++ b/jjb/daexim/daexim-csit-clustering-basic.yaml @@ -0,0 +1,31 @@ +--- +- project: + name: daexim-csit-clustering-basic + jobs: + - '{project}-csit-3node-{functionality}-{install}-{stream}' + + # The project name + project: 'daexim' + + # The functionality under test + functionality: 'clustering-basic' + + # Project branches + stream: + - oxygen: + branch: 'master' + - nitrogen: + branch: 'stable/nitrogen' + + install: + - only: + scope: 'only' + + # no mininet required + tools_system_count: 0 + + # Features to install + install-features: 'odl-daexim-all,odl-netconf-topology,odl-jolokia' + + # Robot custom options + robot-options: '' -- 2.36.6