]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Updated acceptance test for modules-2159
authorJonathan Tripathy <jt@puppetlabs.com>
Wed, 10 Feb 2016 14:31:20 +0000 (14:31 +0000)
committerJonathan Tripathy <jt@puppetlabs.com>
Wed, 10 Feb 2016 14:31:20 +0000 (14:31 +0000)
spec/acceptance/connlimit_spec.rb

index 8fff3293142116d09a942950a7954e12c22d2204..1dfbf1c8886b9a433755c86c3de50bbf819dd7cc 100644 (file)
@@ -26,6 +26,7 @@ describe 'firewall type', :unless => UNSUPPORTED_PLATFORMS.include?(fact('osfami
           EOS
 
           apply_manifest(pp, :catch_failures => true)
+          apply_manifest(pp, :catch_changes => do_catch_changes)
         end
 
         it 'should contain the rule' do
@@ -52,6 +53,7 @@ describe 'firewall type', :unless => UNSUPPORTED_PLATFORMS.include?(fact('osfami
           EOS
 
           apply_manifest(pp, :catch_failures => true)
+          apply_manifest(pp, :catch_changes => do_catch_changes)
         end
 
         it 'should contain the rule' do