From acbc238877e3d2b1d3d3689d19c295d3a1abfd70 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Tue, 29 Oct 2019 11:33:56 +0000 Subject: [PATCH] test(pkgs_spec): update for `2019.2.2` release * https://docs.saltstack.com/en/latest/topics/releases/2019.2.2.html --- test/integration/v201902-py2/controls/pkgs_spec.rb | 8 ++------ test/integration/v201902-py3/controls/pkgs_spec.rb | 8 ++++---- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/test/integration/v201902-py2/controls/pkgs_spec.rb b/test/integration/v201902-py2/controls/pkgs_spec.rb index 718ddda..2c57bc6 100644 --- a/test/integration/v201902-py2/controls/pkgs_spec.rb +++ b/test/integration/v201902-py2/controls/pkgs_spec.rb @@ -3,13 +3,9 @@ version = case platform[:family] when 'redhat' - '2019.2.0-1.el7' - when 'fedora' - '2019.2.0-1.fc30' - when 'suse' - '2019.2.0-lp151.5.3.1' + '2019.2.2-1.el7' when 'debian' - '2019.2.0+ds-1' + '2019.2.2+ds-1' end control 'salt packages' do diff --git a/test/integration/v201902-py3/controls/pkgs_spec.rb b/test/integration/v201902-py3/controls/pkgs_spec.rb index cbf0927..f25bba5 100644 --- a/test/integration/v201902-py3/controls/pkgs_spec.rb +++ b/test/integration/v201902-py3/controls/pkgs_spec.rb @@ -5,16 +5,16 @@ version = when 'redhat' case platform[:name] when 'amazon' - '2019.2.0-1.el7' + '2019.2.2-1.el7' when 'centos' - '2019.2.0-2.el7' + '2019.2.2-1.el8' end when 'fedora' - '2019.2.0-1.fc30' + '2019.2.1rc0-3.fc31' when 'suse' '2019.2.0-lp151.5.3.1' when 'debian' - '2019.2.0+ds-1' + '2019.2.2+ds-1' end control 'salt packages' do