From: david22swan Date: Tue, 5 Jul 2022 11:54:26 +0000 (+0100) Subject: (maint) Fix `--random-fully` test to run on RHEL 9 X-Git-Tag: v3.6.0~6^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c7a5352cdd16013a1e3d24da722e383639a25608;p=puppet-modules%2Fpuppetlabs-firewall.git (maint) Fix `--random-fully` test to run on RHEL 9 --- diff --git a/spec/acceptance/firewall_attributes_exceptions_spec.rb b/spec/acceptance/firewall_attributes_exceptions_spec.rb index 921bd93..3616db5 100644 --- a/spec/acceptance/firewall_attributes_exceptions_spec.rb +++ b/spec/acceptance/firewall_attributes_exceptions_spec.rb @@ -1348,7 +1348,7 @@ describe 'firewall basics', docker: true do end describe 'random-fully' do - supports_random_fully = if os[:family] == 'redhat' && os[:release].start_with?('8') + supports_random_fully = if os[:family] == 'redhat' && os[:release].start_with?('8', '9') true elsif os[:family] == 'debian' && os[:release].start_with?('10') true