From 876060b562945b8c21d99202b8cfdfde4946e15e Mon Sep 17 00:00:00 2001 From: Ajay Chhabria Date: Mon, 17 Apr 2017 02:45:17 +0000 Subject: [PATCH] Netconf CallHome Build File Change-Id: I8a10f04d751b821a6b291bc3270e2a51103f1603 Signed-off-by: Ajay Chhabria --- jjb/netconf/netconf-csit-callhome.yaml | 33 ++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 jjb/netconf/netconf-csit-callhome.yaml diff --git a/jjb/netconf/netconf-csit-callhome.yaml b/jjb/netconf/netconf-csit-callhome.yaml new file mode 100644 index 000000000..e421e0b39 --- /dev/null +++ b/jjb/netconf/netconf-csit-callhome.yaml @@ -0,0 +1,33 @@ +--- +- project: + name: netconf-csit-callhome + jobs: + - '{project}-csit-1node-{functionality}-{install}-{stream}' + + # The project name + project: 'netconf' + + # The functionality under test + functionality: 'callhome' + + # Project branches + stream: + - nitrogen: + branch: 'master' + jre: 'openjdk8' + - carbon: + branch: 'stable/carbon' + jre: 'openjdk8' + + install: + - only: + scope: 'only' + + # no mininet required + tools_system_image: Ubuntu 14.04 - gbp - 20170210-0536 + + # Features to install + install-features: 'odl-netconf-callhome-ssh,odl-restconf' + + # Robot custom options + robot-options: '' -- 2.36.6