From 617ff5fd305e92bc34582cfe4500fe57cbcaa003 Mon Sep 17 00:00:00 2001 From: Atul Gosain Date: Thu, 17 Aug 2017 16:22:28 -0700 Subject: [PATCH] Docker requirement on Tools VM This change is to ensure that the tools VM used by netconf user features test has docker installed.To this effect, the tools VM image has been updated from GBP image which has it installed. Successful netconf builds using this job on sandbox is https://jenkins.opendaylight.org/sandbox/job/ netconf-csit-1node-userfeatures-only-carbon/2/ Change-Id: Ie228c53f5aa2d7b4109c6e1290f4e4f14ea9dc2a Signed-off-by: Atul Gosain --- jjb/netconf/netconf-userfeatures.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/netconf/netconf-userfeatures.yaml b/jjb/netconf/netconf-userfeatures.yaml index baaf14219..f3f098dc0 100644 --- a/jjb/netconf/netconf-userfeatures.yaml +++ b/jjb/netconf/netconf-userfeatures.yaml @@ -44,6 +44,8 @@ - all: scope: 'all' + tools_system_image: Ubuntu 14.04 - gbp - 20170808-0524 + # Features to install install-features: > odl-restconf, -- 2.36.6