Browse Source

test(pkgs_spec): update version installed on `fedora`

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

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

when 'amazon-2' when 'amazon-2'
'2019.2.5-1.amzn2' '2019.2.5-1.amzn2'
end end
when 'fedora'
# Issue in the upstream repo, should be `3000.3`
'3000.3-1.fc31'
end end


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

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

'3000.3-1.amzn2' '3000.3-1.amzn2'
end end
when 'fedora' when 'fedora'
# Issue in the upstream repo, should be `3000.3`
'3000.2-1.fc31'
'3000.3-1.fc31'
when 'suse' when 'suse'
# Issue in the upstream repo, should be `3000.3` # Issue in the upstream repo, should be `3000.3`
case platform[:release] case platform[:release]

Loading…
Cancel
Save