From f741a091a4c453c63b4c67bdceb36b7a67bdcd04 Mon Sep 17 00:00:00 2001 From: Sindhuri Date: Sun, 17 May 2015 22:56:46 -0700 Subject: [PATCH] Created system test job for vpnservice project Signed-off-by: Sindhuri Change-Id: I1acf0370efcd32a328e16165ac3d6384a4605fcb --- .../vpnservice-csit-vpnservice-master.yaml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 jjb/vpnservice/vpnservice-csit-vpnservice-master.yaml diff --git a/jjb/vpnservice/vpnservice-csit-vpnservice-master.yaml b/jjb/vpnservice/vpnservice-csit-vpnservice-master.yaml new file mode 100644 index 000000000..c92e5d4ed --- /dev/null +++ b/jjb/vpnservice/vpnservice-csit-vpnservice-master.yaml @@ -0,0 +1,32 @@ +- project: + name: vpnservice-csit-vpnservice-master + jobs: + - '{project}-csit-1node-cds-{functionality}-{install}-{stream}' + - '{project}-csit-verify-{functionality}-{stream}' + + # The project name + project: 'vpnservice' + + # The functionality under test + functionality: 'vpnservice' + + # Project branches + stream: + - master: + branch: 'master' + + install: + - only: + scope: 'only' + - all: + scope: 'all' + + # Features to install + install-features: 'odl-vpnservice-core' + + # Robot custom options + robot-options: ' ' + + # Trigger jobs (upstream dependencies) + trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream},vpnservice-distribution-{stream}' + -- 2.36.6