Przeglądaj źródła

Merge pull request #440 from myii/test/fix-salt-pkg-version-numbers

test(pkgs_spec): reset version from `2019.2.1` back to `2019.2.0`
tags/v0.59.6
Imran Iqbal 5 lat temu
rodzic
commit
cc944cbbb5
Brak konta powiązanego z adresem e-mail autora
2 zmienionych plików z 4 dodań i 4 usunięć
  1. +2
    -2
      test/integration/v201902-py2/controls/pkgs_spec.rb
  2. +2
    -2
      test/integration/v201902-py3/controls/pkgs_spec.rb

+ 2
- 2
test/integration/v201902-py2/controls/pkgs_spec.rb Wyświetl plik

@@ -3,13 +3,13 @@
version =
case platform[:family]
when 'redhat'
'2019.2.1-1.el7'
'2019.2.0-1.el7'
when 'fedora'
'2019.2.0-1.fc30'
when 'suse'
'2019.2.0-lp151.5.3.1'
when 'debian'
'2019.2.1+ds-1'
'2019.2.0+ds-1'
end

control 'salt packages' do

+ 2
- 2
test/integration/v201902-py3/controls/pkgs_spec.rb Wyświetl plik

@@ -7,14 +7,14 @@ version =
when 'amazon'
'2019.2.0-1.el7'
when 'centos'
'2019.2.1-1.el7'
'2019.2.0-2.el7'
end
when 'fedora'
'2019.2.0-1.fc30'
when 'suse'
'2019.2.0-lp151.5.3.1'
when 'debian'
'2019.2.1+ds-1'
'2019.2.0+ds-1'
end

control 'salt packages' do

Ładowanie…
Anuluj
Zapisz