Skip to content

Commit

Permalink
test(pkgs_spec): update for 2019.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Oct 29, 2019
1 parent 4cbf0b2 commit acbc238
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 2 additions & 6 deletions test/integration/v201902-py2/controls/pkgs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@
version =
case platform[:family]
when 'redhat'
'2019.2.0-1.el7'
when 'fedora'
'2019.2.0-1.fc30'
when 'suse'
'2019.2.0-lp151.5.3.1'
'2019.2.2-1.el7'
when 'debian'
'2019.2.0+ds-1'
'2019.2.2+ds-1'
end

control 'salt packages' do
Expand Down
8 changes: 4 additions & 4 deletions test/integration/v201902-py3/controls/pkgs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
when 'redhat'
case platform[:name]
when 'amazon'
'2019.2.0-1.el7'
'2019.2.2-1.el7'
when 'centos'
'2019.2.0-2.el7'
'2019.2.2-1.el8'
end
when 'fedora'
'2019.2.0-1.fc30'
'2019.2.1rc0-3.fc31'
when 'suse'
'2019.2.0-lp151.5.3.1'
when 'debian'
'2019.2.0+ds-1'
'2019.2.2+ds-1'
end

control 'salt packages' do
Expand Down

0 comments on commit acbc238

Please sign in to comment.