Browse Source

test(pkgs_spec): update `3000` to `3000.1`

tags/v1.3.3
Imran Iqbal 4 years ago
parent
commit
1e677cd761
No account linked to committer's email address
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      test/integration/v3000-py3/controls/pkgs_spec.rb

+ 3
- 3
test/integration/v3000-py3/controls/pkgs_spec.rb View File

when 'redhat' when 'redhat'
case platform[:name] case platform[:name]
when 'amazon' when 'amazon'
'3000-1.amzn2'
'3000.1-1.amzn2'
when 'centos' when 'centos'
'3000-1.el8'
'3000.1-1.el8'
end end
when 'fedora' when 'fedora'
'3000-5.fc31' '3000-5.fc31'
when 'suse' when 'suse'
'3000-lp151.28.1' '3000-lp151.28.1'
when 'debian' when 'debian'
'3000+ds-1'
'3000.1+ds-1'
end end


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

Loading…
Cancel
Save