Skip to content

Commit

Permalink
test(packages_spec): update for 4.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed May 2, 2020
1 parent fc6c741 commit 773e522
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/integration/default/controls/packages_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@
case platform[:name]
when 'debian'
if os[:release].start_with?('10')
'1:4.4.7-1+buster'
'1:4.4.8-1+buster'
elsif os[:release].start_with?('9')
'1:4.4.7-1+stretch'
'1:4.4.8-1+stretch'
elsif os[:release].start_with?('8')
'1:4.4.7-1+jessie'
'1:4.4.8-1+jessie'
end
when 'ubuntu'
if os[:release].start_with?('18')
'1:4.4.7-1+bionic'
'1:4.4.8-1+bionic'
elsif os[:release].start_with?('16')
'1:4.4.7-1+xenial'
'1:4.4.8-1+xenial'
end
when 'centos'
if os[:release].start_with?('8')
'4.4.7-1.el8'
'4.4.8-1.el8'
elsif os[:release].start_with?('7')
'4.4.7-1.el7'
'4.4.8-1.el7'
elsif os[:release].start_with?('6')
'4.4.7-1.el6'
'4.4.8-1.el6'
end
when 'fedora'
if os[:release].start_with?('31')
Expand Down

0 comments on commit 773e522

Please sign in to comment.