Skip to content

Commit 887a26e

Browse files
committed
Enable openvox acceptance tests
1 parent 310782e commit 887a26e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ gem 'kafo_module_lint', {"groups"=>["test"]}
1010
gem 'puppet-lint-spaceship_operator_without_tag-check', '~> 1.0', {"groups"=>["test"]}
1111
gem 'voxpupuli-test', '~> 9.0', {"groups"=>["test"]}
1212
gem 'github_changelog_generator', '>= 1.15.0', {"groups"=>["development"]}
13-
gem 'puppet_metadata', '~> 4.0'
13+
gem 'puppet_metadata', '~> 5.3'
1414
gem 'puppet-blacksmith', '>= 6.0.0', {"groups"=>["development"]}
15-
gem 'voxpupuli-acceptance', '~> 3.4', {"groups"=>["system_tests"]}
15+
gem 'voxpupuli-acceptance', '~> 4.1', {"groups"=>["system_tests"]}
1616
gem 'puppetlabs_spec_helper', {"groups"=>["system_tests"]}
1717
gem 'hocon'
1818

spec/acceptance/puppetserver_upgrade_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@
1414
raise 'At least 256MB free memory required' if memoryfree_mb < 256
1515
end
1616

17+
# this is $flavour$majversion
1718
case ENV['BEAKER_PUPPET_COLLECTION']
1819
when 'puppet8'
1920
from_version = '8.2.0'
2021
to_version = '8.5.0'
22+
when 'openvox8'
23+
from_version = '8.8.1'
24+
to_version = '8.11.0'
2125
else
2226
raise 'Unsupported Puppet collection'
2327
end

0 commit comments

Comments
 (0)