Quellcode durchsuchen

test(versions): bump salt pkg versions

tags/v1.1.1
N vor 4 Jahren
Ursprung
Commit
c42125c2ab
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
3 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  1. +2
    -2
      test/integration/v201803-py2/controls/pkgs_spec.rb
  2. +2
    -2
      test/integration/v201902-py2/controls/pkgs_spec.rb
  3. +2
    -2
      test/integration/v201902-py3/controls/pkgs_spec.rb

+ 2
- 2
test/integration/v201803-py2/controls/pkgs_spec.rb Datei anzeigen

@@ -3,9 +3,9 @@
version =
case platform[:family]
when 'redhat'
'2018.3.4-1.el7'
'2018.3.5-1.el7'
when 'debian'
'2018.3.4+ds-1'
'2018.3.5+ds-1'
end

control 'salt packages' do

+ 2
- 2
test/integration/v201902-py2/controls/pkgs_spec.rb Datei anzeigen

@@ -3,9 +3,9 @@
version =
case platform[:family]
when 'redhat'
'2019.2.2-1.el7'
'2019.2.3-1.el7'
when 'debian'
'2019.2.2+ds-1'
'2019.2.3+ds-1'
end

control 'salt packages' do

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

@@ -12,9 +12,9 @@ version =
when 'fedora'
'2019.2.1rc0-3.fc31'
when 'suse'
'2019.2.0-lp151.5.6.1'
'2019.2.0-lp151.5.9.1'
when 'debian'
'2019.2.2+ds-1'
'2019.2.3+ds-1'
end

control 'salt packages' do

Laden…
Abbrechen
Speichern