From 59c5c44ccdd528a068c2be38b3085d6fb4795394 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Fri, 19 May 2017 03:36:21 -0400 Subject: [PATCH] Let branch determine pup-odl tests to run Don't use test helpers specific to a version of ODL, just use generic entry points and have puppet-odl determine which tests to run based on the branch. This should work for Boron, but need 57398 to work on master. Change-Id: Ida06c446162836135710cc5c34145dcc0eb5fe87 Signed-off-by: Daniel Farrell --- jjb/packaging/puppet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/packaging/puppet.yaml b/jjb/packaging/puppet.yaml index acfc7c345..5f5e046bc 100644 --- a/jjb/packaging/puppet.yaml +++ b/jjb/packaging/puppet.yaml @@ -77,7 +77,7 @@ artifacts: '{archive-artifacts}' - string: name: TEST_SUITE - default: 'acceptance6_dock' + default: 'acceptance_dock' description: 'Set of tests to execute, Rakefile task' scm: -- 2.36.6