Quellcode durchsuchen

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

tags/v1.4.2
Imran Iqbal vor 4 Jahren
Ursprung
Commit
301a9884ac
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
2 geänderte Dateien mit 1 neuen und 5 gelöschten Zeilen
  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 Datei anzeigen

@@ -16,9 +16,6 @@ version =
when 'amazon-2'
'2019.2.5-1.amzn2'
end
when 'fedora'
# Issue in the upstream repo, should be `3000.3`
'3000.3-1.fc31'
end

control 'salt packages' do

+ 1
- 2
test/integration/v3000-py3/controls/pkgs_spec.rb Datei anzeigen

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

Laden…
Abbrechen
Speichern