Browse Source

test(pkgs_spec): update for `2019.2.2` release

* https://docs.saltstack.com/en/latest/topics/releases/2019.2.2.html
tags/v0.59.7
Imran Iqbal 5 years ago
parent
commit
acbc238877
No account linked to committer's email address
2 changed files with 6 additions and 10 deletions
  1. +2
    -6
      test/integration/v201902-py2/controls/pkgs_spec.rb
  2. +4
    -4
      test/integration/v201902-py3/controls/pkgs_spec.rb

+ 2
- 6
test/integration/v201902-py2/controls/pkgs_spec.rb View File

version = version =
case platform[:family] case platform[:family]
when 'redhat' 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' when 'debian'
'2019.2.0+ds-1'
'2019.2.2+ds-1'
end end


control 'salt packages' do control 'salt packages' do

+ 4
- 4
test/integration/v201902-py3/controls/pkgs_spec.rb View File

when 'redhat' when 'redhat'
case platform[:name] case platform[:name]
when 'amazon' when 'amazon'
'2019.2.0-1.el7'
'2019.2.2-1.el7'
when 'centos' when 'centos'
'2019.2.0-2.el7'
'2019.2.2-1.el8'
end end
when 'fedora' when 'fedora'
'2019.2.0-1.fc30'
'2019.2.1rc0-3.fc31'
when 'suse' when 'suse'
'2019.2.0-lp151.5.3.1' '2019.2.0-lp151.5.3.1'
when 'debian' when 'debian'
'2019.2.0+ds-1'
'2019.2.2+ds-1'
end end


control 'salt packages' do control 'salt packages' do

Loading…
Cancel
Save