Skip to content

Revert icmp_block_inversion as tests don't pass #54

Revert icmp_block_inversion as tests don't pass

Revert icmp_block_inversion as tests don't pass #54

Triggered via pull request September 18, 2023 20:19
Status Failure
Total duration 3m 41s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Puppet  /  Static validations
23s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

144 errors
Puppet / 8 (Ruby 3.2): spec/unit/puppet/type/firewalld_zone_spec.rb#L127
Puppet::Type::Firewalld_zone provider with standard parameters sets icmp_blocks Failure/Error: provider.expects(:execute_firewall_cmd).with(['--add-icmp-blocks', 'redirect,router-advertisment']) Mocha::ExpectationError: not all expectations were satisfied unsatisfied expectations: - expected exactly once, invoked never: Firewalld_zone[restricted](provider=firewall_cmd).execute_firewall_cmd(["--add-icmp-blocks", "redirect,router-advertisment"]) satisfied expectations: - allowed any number of times, invoked never: #<Puppet::Util::Feature:0x4fb0>.root?(any_parameters) - allowed any number of times, invoked never: #<AnyInstance:Puppet::Provider::Firewalld>.state(any_parameters)
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
Puppet / 7 (Ruby 2.7): spec/unit/puppet/type/firewalld_zone_spec.rb#L127
Puppet::Type::Firewalld_zone provider with standard parameters sets icmp_blocks Failure/Error: provider.expects(:execute_firewall_cmd).with(['--add-icmp-blocks', 'redirect,router-advertisment']) Mocha::ExpectationError: not all expectations were satisfied unsatisfied expectations: - expected exactly once, invoked never: Firewalld_zone[restricted](provider=firewall_cmd).execute_firewall_cmd(["--add-icmp-blocks", "redirect,router-advertisment"]) satisfied expectations: - allowed any number of times, invoked never: #<Puppet::Util::Feature:0x4fd8>.root?(any_parameters) - allowed any number of times, invoked never: #<AnyInstance:Puppet::Provider::Firewalld>.state(any_parameters)
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
Puppet / 7 - AlmaLinux 9: spec/acceptance/00_default_spec.rb#L68
firewalld on almalinux9-64-puppet7.example.com custom services with a default test resource runs successfully Failure/Error: apply_manifest_on(host, manifest, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202105268.pp.Qo6zi7 Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202105268.pp.Qo6zi7, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202105268.pp.Qo6zi7, line: 16) on node almalinux9-64-puppet7.example.com
Puppet / 7 - AlmaLinux 9: spec/acceptance/00_default_spec.rb#L72
firewalld on almalinux9-64-puppet7.example.com custom services with a default test resource is idempotent Failure/Error: apply_manifest_on(host, manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202107574.pp.lOU1yD Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202107574.pp.lOU1yD, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202107574.pp.lOU1yD, line: 16) on node almalinux9-64-puppet7.example.com
Puppet / 7 - AlmaLinux 9: spec/acceptance/00_default_spec.rb#L76
firewalld on almalinux9-64-puppet7.example.com custom services with a default test resource is running firewalld Failure/Error: expect(svc['service']['firewalld']['ensure']).to match('running') expected "stopped" to match "running"
Puppet / 7 - AlmaLinux 9: spec/acceptance/00_default_spec.rb#L81
firewalld on almalinux9-64-puppet7.example.com custom services with a default test resource has "test" as the default zone Failure/Error: default_zone = on(host, 'firewall-cmd --get-default-zone').output.strip Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 127 running: firewall-cmd --get-default-zone Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 7 - AlmaLinux 9: spec/acceptance/00_default_spec.rb#L86
firewalld on almalinux9-64-puppet7.example.com custom services with a default test resource has the "test_sshd" service in the "test" zone Failure/Error: test_services = on(host, 'firewall-cmd --list-services --zone=test').output.strip.split(%r{\s+}) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 127 running: firewall-cmd --list-services --zone=test Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 7 - AlmaLinux 9: spec/acceptance/00_default_spec.rb#L92
firewalld on almalinux9-64-puppet7.example.com custom services with a default test resource custom service exists Failure/Error: expect(on(host, 'firewall-cmd --permanent --info-service=test_thing').output).not_to be_empty Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --info-service=test_thing Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 7 - AlmaLinux 9: spec/acceptance/00_default_spec.rb#L96
firewalld on almalinux9-64-puppet7.example.com custom services with a default test resource custom service has the proper description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-description').output.strip).to eq('Random service test') Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-description Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 7 - AlmaLinux 9: spec/acceptance/00_default_spec.rb#L100
firewalld on almalinux9-64-puppet7.example.com custom services with a default test resource custom service has no short description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-short').output.strip).to be_empty Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-short Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 7 - AlmaLinux 9: spec/acceptance/00_default_spec.rb#L104
firewalld on almalinux9-64-puppet7.example.com custom services with a default test resource custom service has the proper ports Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-ports').output.strip).to eq('1234/tcp 1234/udp') Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-ports Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 7 - AlmaLinux 9: spec/acceptance/00_default_spec.rb#L108
firewalld on almalinux9-64-puppet7.example.com custom services with a default test resource custom service has the proper protocols Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-protocols').output.strip).to eq('ip smp') Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-protocols Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 7 - Rocky 9: spec/acceptance/00_default_spec.rb#L68
firewalld on rocky9-64-puppet7.example.com custom services with a default test resource runs successfully Failure/Error: apply_manifest_on(host, manifest, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202107437.pp.Vc4YmA Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202107437.pp.Vc4YmA, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202107437.pp.Vc4YmA, line: 16) on node rocky9-64-puppet7.example.com
Puppet / 7 - Rocky 9: spec/acceptance/00_default_spec.rb#L72
firewalld on rocky9-64-puppet7.example.com custom services with a default test resource is idempotent Failure/Error: apply_manifest_on(host, manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202109804.pp.lYd9vl Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202109804.pp.lYd9vl, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202109804.pp.lYd9vl, line: 16) on node rocky9-64-puppet7.example.com
Puppet / 7 - Rocky 9: spec/acceptance/00_default_spec.rb#L76
firewalld on rocky9-64-puppet7.example.com custom services with a default test resource is running firewalld Failure/Error: expect(svc['service']['firewalld']['ensure']).to match('running') expected "stopped" to match "running"
Puppet / 7 - Rocky 9: spec/acceptance/00_default_spec.rb#L81
firewalld on rocky9-64-puppet7.example.com custom services with a default test resource has "test" as the default zone Failure/Error: default_zone = on(host, 'firewall-cmd --get-default-zone').output.strip Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 127 running: firewall-cmd --get-default-zone Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 7 - Rocky 9: spec/acceptance/00_default_spec.rb#L86
firewalld on rocky9-64-puppet7.example.com custom services with a default test resource has the "test_sshd" service in the "test" zone Failure/Error: test_services = on(host, 'firewall-cmd --list-services --zone=test').output.strip.split(%r{\s+}) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 127 running: firewall-cmd --list-services --zone=test Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 7 - Rocky 9: spec/acceptance/00_default_spec.rb#L92
firewalld on rocky9-64-puppet7.example.com custom services with a default test resource custom service exists Failure/Error: expect(on(host, 'firewall-cmd --permanent --info-service=test_thing').output).not_to be_empty Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --info-service=test_thing Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 7 - Rocky 9: spec/acceptance/00_default_spec.rb#L96
firewalld on rocky9-64-puppet7.example.com custom services with a default test resource custom service has the proper description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-description').output.strip).to eq('Random service test') Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-description Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 7 - Rocky 9: spec/acceptance/00_default_spec.rb#L100
firewalld on rocky9-64-puppet7.example.com custom services with a default test resource custom service has no short description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-short').output.strip).to be_empty Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-short Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 7 - Rocky 9: spec/acceptance/00_default_spec.rb#L104
firewalld on rocky9-64-puppet7.example.com custom services with a default test resource custom service has the proper ports Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-ports').output.strip).to eq('1234/tcp 1234/udp') Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-ports Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 7 - Rocky 9: spec/acceptance/00_default_spec.rb#L108
firewalld on rocky9-64-puppet7.example.com custom services with a default test resource custom service has the proper protocols Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-protocols').output.strip).to eq('ip smp') Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-protocols Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 7 - AlmaLinux 8: spec/acceptance/00_default_spec.rb#L68
firewalld on almalinux8-64-puppet7.example.com custom services with a default test resource runs successfully Failure/Error: apply_manifest_on(host, manifest, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202114013.pp.qqTjhr Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202114013.pp.qqTjhr, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202114013.pp.qqTjhr, line: 16) on node almalinux8-64-puppet7.example.com
Puppet / 7 - AlmaLinux 8: spec/acceptance/00_default_spec.rb#L72
firewalld on almalinux8-64-puppet7.example.com custom services with a default test resource is idempotent Failure/Error: apply_manifest_on(host, manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202116169.pp.y30m1r Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202116169.pp.y30m1r, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202116169.pp.y30m1r, line: 16) on node almalinux8-64-puppet7.example.com
Puppet / 7 - AlmaLinux 8: spec/acceptance/00_default_spec.rb#L76
firewalld on almalinux8-64-puppet7.example.com custom services with a default test resource is running firewalld Failure/Error: expect(svc['service']['firewalld']['ensure']).to match('running') expected "stopped" to match "running"
Puppet / 7 - AlmaLinux 8: spec/acceptance/00_default_spec.rb#L81
firewalld on almalinux8-64-puppet7.example.com custom services with a default test resource has "test" as the default zone Failure/Error: default_zone = on(host, 'firewall-cmd --get-default-zone').output.strip Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 127 running: firewall-cmd --get-default-zone Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - AlmaLinux 8: spec/acceptance/00_default_spec.rb#L86
firewalld on almalinux8-64-puppet7.example.com custom services with a default test resource has the "test_sshd" service in the "test" zone Failure/Error: test_services = on(host, 'firewall-cmd --list-services --zone=test').output.strip.split(%r{\s+}) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 127 running: firewall-cmd --list-services --zone=test Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - AlmaLinux 8: spec/acceptance/00_default_spec.rb#L92
firewalld on almalinux8-64-puppet7.example.com custom services with a default test resource custom service exists Failure/Error: expect(on(host, 'firewall-cmd --permanent --info-service=test_thing').output).not_to be_empty Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --info-service=test_thing Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - AlmaLinux 8: spec/acceptance/00_default_spec.rb#L96
firewalld on almalinux8-64-puppet7.example.com custom services with a default test resource custom service has the proper description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-description').output.strip).to eq('Random service test') Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-description Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - AlmaLinux 8: spec/acceptance/00_default_spec.rb#L100
firewalld on almalinux8-64-puppet7.example.com custom services with a default test resource custom service has no short description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-short').output.strip).to be_empty Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-short Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - AlmaLinux 8: spec/acceptance/00_default_spec.rb#L104
firewalld on almalinux8-64-puppet7.example.com custom services with a default test resource custom service has the proper ports Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-ports').output.strip).to eq('1234/tcp 1234/udp') Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-ports Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - AlmaLinux 8: spec/acceptance/00_default_spec.rb#L108
firewalld on almalinux8-64-puppet7.example.com custom services with a default test resource custom service has the proper protocols Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-protocols').output.strip).to eq('ip smp') Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-protocols Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - CentOS 7: spec/acceptance/00_default_spec.rb#L68
firewalld on centos7-64-puppet7.example.com custom services with a default test resource runs successfully Failure/Error: apply_manifest_on(host, manifest, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202131970.pp.OOjLAQ Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202131970.pp.OOjLAQ, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202131970.pp.OOjLAQ, line: 16) on node centos7-64-puppet7.example.com
Puppet / 7 - CentOS 7: spec/acceptance/00_default_spec.rb#L72
firewalld on centos7-64-puppet7.example.com custom services with a default test resource is idempotent Failure/Error: apply_manifest_on(host, manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202134204.pp.rVAC3v Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202134204.pp.rVAC3v, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202134204.pp.rVAC3v, line: 16) on node centos7-64-puppet7.example.com
Puppet / 7 - CentOS 7: spec/acceptance/00_default_spec.rb#L76
firewalld on centos7-64-puppet7.example.com custom services with a default test resource is running firewalld Failure/Error: expect(svc['service']['firewalld']['ensure']).to match('running') expected "stopped" to match "running"
Puppet / 7 - CentOS 7: spec/acceptance/00_default_spec.rb#L81
firewalld on centos7-64-puppet7.example.com custom services with a default test resource has "test" as the default zone Failure/Error: default_zone = on(host, 'firewall-cmd --get-default-zone').output.strip Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 127 running: firewall-cmd --get-default-zone Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - CentOS 7: spec/acceptance/00_default_spec.rb#L86
firewalld on centos7-64-puppet7.example.com custom services with a default test resource has the "test_sshd" service in the "test" zone Failure/Error: test_services = on(host, 'firewall-cmd --list-services --zone=test').output.strip.split(%r{\s+}) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 127 running: firewall-cmd --list-services --zone=test Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - CentOS 7: spec/acceptance/00_default_spec.rb#L92
firewalld on centos7-64-puppet7.example.com custom services with a default test resource custom service exists Failure/Error: expect(on(host, 'firewall-cmd --permanent --info-service=test_thing').output).not_to be_empty Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --info-service=test_thing Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - CentOS 7: spec/acceptance/00_default_spec.rb#L96
firewalld on centos7-64-puppet7.example.com custom services with a default test resource custom service has the proper description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-description').output.strip).to eq('Random service test') Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-description Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - CentOS 7: spec/acceptance/00_default_spec.rb#L100
firewalld on centos7-64-puppet7.example.com custom services with a default test resource custom service has no short description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-short').output.strip).to be_empty Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-short Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - CentOS 7: spec/acceptance/00_default_spec.rb#L104
firewalld on centos7-64-puppet7.example.com custom services with a default test resource custom service has the proper ports Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-ports').output.strip).to eq('1234/tcp 1234/udp') Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-ports Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - CentOS 7: spec/acceptance/00_default_spec.rb#L108
firewalld on centos7-64-puppet7.example.com custom services with a default test resource custom service has the proper protocols Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-protocols').output.strip).to eq('ip smp') Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-protocols Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - Rocky 8: spec/acceptance/00_default_spec.rb#L68
firewalld on rocky8-64-puppet7.example.com custom services with a default test resource runs successfully Failure/Error: apply_manifest_on(host, manifest, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202131464.pp.Y2ZqUo Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202131464.pp.Y2ZqUo, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202131464.pp.Y2ZqUo, line: 16) on node rocky8-64-puppet7.example.com
Puppet / 7 - Rocky 8: spec/acceptance/00_default_spec.rb#L72
firewalld on rocky8-64-puppet7.example.com custom services with a default test resource is idempotent Failure/Error: apply_manifest_on(host, manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202133743.pp.dy7ckz Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202133743.pp.dy7ckz, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202133743.pp.dy7ckz, line: 16) on node rocky8-64-puppet7.example.com
Puppet / 7 - Rocky 8: spec/acceptance/00_default_spec.rb#L76
firewalld on rocky8-64-puppet7.example.com custom services with a default test resource is running firewalld Failure/Error: expect(svc['service']['firewalld']['ensure']).to match('running') expected "stopped" to match "running"
Puppet / 7 - Rocky 8: spec/acceptance/00_default_spec.rb#L81
firewalld on rocky8-64-puppet7.example.com custom services with a default test resource has "test" as the default zone Failure/Error: default_zone = on(host, 'firewall-cmd --get-default-zone').output.strip Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 127 running: firewall-cmd --get-default-zone Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - Rocky 8: spec/acceptance/00_default_spec.rb#L86
firewalld on rocky8-64-puppet7.example.com custom services with a default test resource has the "test_sshd" service in the "test" zone Failure/Error: test_services = on(host, 'firewall-cmd --list-services --zone=test').output.strip.split(%r{\s+}) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 127 running: firewall-cmd --list-services --zone=test Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - Rocky 8: spec/acceptance/00_default_spec.rb#L92
firewalld on rocky8-64-puppet7.example.com custom services with a default test resource custom service exists Failure/Error: expect(on(host, 'firewall-cmd --permanent --info-service=test_thing').output).not_to be_empty Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --info-service=test_thing Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - Rocky 8: spec/acceptance/00_default_spec.rb#L96
firewalld on rocky8-64-puppet7.example.com custom services with a default test resource custom service has the proper description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-description').output.strip).to eq('Random service test') Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-description Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - Rocky 8: spec/acceptance/00_default_spec.rb#L100
firewalld on rocky8-64-puppet7.example.com custom services with a default test resource custom service has no short description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-short').output.strip).to be_empty Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-short Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - Rocky 8: spec/acceptance/00_default_spec.rb#L104
firewalld on rocky8-64-puppet7.example.com custom services with a default test resource custom service has the proper ports Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-ports').output.strip).to eq('1234/tcp 1234/udp') Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-ports Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - Rocky 8: spec/acceptance/00_default_spec.rb#L108
firewalld on rocky8-64-puppet7.example.com custom services with a default test resource custom service has the proper protocols Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-protocols').output.strip).to eq('ip smp') Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-protocols Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - Rocky 9: spec/acceptance/00_default_spec.rb#L68
firewalld on rocky9-64-puppet8.example.com custom services with a default test resource runs successfully Failure/Error: apply_manifest_on(host, manifest, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202112147.pp.jzXuHd Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202112147.pp.jzXuHd, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202112147.pp.jzXuHd, line: 16) on node rocky9-64-puppet8.example.com
Puppet / 8 - Rocky 9: spec/acceptance/00_default_spec.rb#L72
firewalld on rocky9-64-puppet8.example.com custom services with a default test resource is idempotent Failure/Error: apply_manifest_on(host, manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202116743.pp.2nyo8B Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202116743.pp.2nyo8B, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202116743.pp.2nyo8B, line: 16) on node rocky9-64-puppet8.example.com
Puppet / 8 - Rocky 9: spec/acceptance/00_default_spec.rb#L76
firewalld on rocky9-64-puppet8.example.com custom services with a default test resource is running firewalld Failure/Error: expect(svc['service']['firewalld']['ensure']).to match('running') expected "stopped" to match "running"
Puppet / 8 - Rocky 9: spec/acceptance/00_default_spec.rb#L81
firewalld on rocky9-64-puppet8.example.com custom services with a default test resource has "test" as the default zone Failure/Error: default_zone = on(host, 'firewall-cmd --get-default-zone').output.strip Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 127 running: firewall-cmd --get-default-zone Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 8 - Rocky 9: spec/acceptance/00_default_spec.rb#L86
firewalld on rocky9-64-puppet8.example.com custom services with a default test resource has the "test_sshd" service in the "test" zone Failure/Error: test_services = on(host, 'firewall-cmd --list-services --zone=test').output.strip.split(%r{\s+}) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 127 running: firewall-cmd --list-services --zone=test Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 8 - Rocky 9: spec/acceptance/00_default_spec.rb#L92
firewalld on rocky9-64-puppet8.example.com custom services with a default test resource custom service exists Failure/Error: expect(on(host, 'firewall-cmd --permanent --info-service=test_thing').output).not_to be_empty Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --info-service=test_thing Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 8 - Rocky 9: spec/acceptance/00_default_spec.rb#L96
firewalld on rocky9-64-puppet8.example.com custom services with a default test resource custom service has the proper description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-description').output.strip).to eq('Random service test') Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-description Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 8 - Rocky 9: spec/acceptance/00_default_spec.rb#L100
firewalld on rocky9-64-puppet8.example.com custom services with a default test resource custom service has no short description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-short').output.strip).to be_empty Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-short Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 8 - Rocky 9: spec/acceptance/00_default_spec.rb#L104
firewalld on rocky9-64-puppet8.example.com custom services with a default test resource custom service has the proper ports Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-ports').output.strip).to eq('1234/tcp 1234/udp') Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-ports Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 8 - Rocky 9: spec/acceptance/00_default_spec.rb#L108
firewalld on rocky9-64-puppet8.example.com custom services with a default test resource custom service has the proper protocols Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-protocols').output.strip).to eq('ip smp') Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-protocols Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 7 - CentOS 9: spec/acceptance/00_default_spec.rb#L68
firewalld on centos9-64-puppet7.example.com custom services with a default test resource runs successfully Failure/Error: apply_manifest_on(host, manifest, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202136532.pp.w0MnyY Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202136532.pp.w0MnyY, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202136532.pp.w0MnyY, line: 16) on node centos9-64-puppet7.example.com
Puppet / 7 - CentOS 9: spec/acceptance/00_default_spec.rb#L72
firewalld on centos9-64-puppet7.example.com custom services with a default test resource is idempotent Failure/Error: apply_manifest_on(host, manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202138972.pp.bWMrF4 Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202138972.pp.bWMrF4, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202138972.pp.bWMrF4, line: 16) on node centos9-64-puppet7.example.com
Puppet / 7 - CentOS 9: spec/acceptance/00_default_spec.rb#L76
firewalld on centos9-64-puppet7.example.com custom services with a default test resource is running firewalld Failure/Error: expect(svc['service']['firewalld']['ensure']).to match('running') expected "stopped" to match "running"
Puppet / 7 - CentOS 9: spec/acceptance/00_default_spec.rb#L81
firewalld on centos9-64-puppet7.example.com custom services with a default test resource has "test" as the default zone Failure/Error: default_zone = on(host, 'firewall-cmd --get-default-zone').output.strip Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 127 running: firewall-cmd --get-default-zone Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 7 - CentOS 9: spec/acceptance/00_default_spec.rb#L86
firewalld on centos9-64-puppet7.example.com custom services with a default test resource has the "test_sshd" service in the "test" zone Failure/Error: test_services = on(host, 'firewall-cmd --list-services --zone=test').output.strip.split(%r{\s+}) Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 127 running: firewall-cmd --list-services --zone=test Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 7 - CentOS 9: spec/acceptance/00_default_spec.rb#L92
firewalld on centos9-64-puppet7.example.com custom services with a default test resource custom service exists Failure/Error: expect(on(host, 'firewall-cmd --permanent --info-service=test_thing').output).not_to be_empty Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --info-service=test_thing Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 7 - CentOS 9: spec/acceptance/00_default_spec.rb#L96
firewalld on centos9-64-puppet7.example.com custom services with a default test resource custom service has the proper description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-description').output.strip).to eq('Random service test') Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-description Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 7 - CentOS 9: spec/acceptance/00_default_spec.rb#L100
firewalld on centos9-64-puppet7.example.com custom services with a default test resource custom service has no short description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-short').output.strip).to be_empty Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-short Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 7 - CentOS 9: spec/acceptance/00_default_spec.rb#L104
firewalld on centos9-64-puppet7.example.com custom services with a default test resource custom service has the proper ports Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-ports').output.strip).to eq('1234/tcp 1234/udp') Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-ports Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 7 - CentOS 9: spec/acceptance/00_default_spec.rb#L108
firewalld on centos9-64-puppet7.example.com custom services with a default test resource custom service has the proper protocols Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-protocols').output.strip).to eq('ip smp') Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-protocols Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 8 - AlmaLinux 9: spec/acceptance/00_default_spec.rb#L68
firewalld on almalinux9-64-puppet8.example.com custom services with a default test resource runs successfully Failure/Error: apply_manifest_on(host, manifest, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202117607.pp.DN4Wn1 Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202117607.pp.DN4Wn1, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202117607.pp.DN4Wn1, line: 16) on node almalinux9-64-puppet8.example.com
Puppet / 8 - AlmaLinux 9: spec/acceptance/00_default_spec.rb#L72
firewalld on almalinux9-64-puppet8.example.com custom services with a default test resource is idempotent Failure/Error: apply_manifest_on(host, manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202122130.pp.LJ8UOU Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202122130.pp.LJ8UOU, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202122130.pp.LJ8UOU, line: 16) on node almalinux9-64-puppet8.example.com
Puppet / 8 - AlmaLinux 9: spec/acceptance/00_default_spec.rb#L76
firewalld on almalinux9-64-puppet8.example.com custom services with a default test resource is running firewalld Failure/Error: expect(svc['service']['firewalld']['ensure']).to match('running') expected "stopped" to match "running"
Puppet / 8 - AlmaLinux 9: spec/acceptance/00_default_spec.rb#L81
firewalld on almalinux9-64-puppet8.example.com custom services with a default test resource has "test" as the default zone Failure/Error: default_zone = on(host, 'firewall-cmd --get-default-zone').output.strip Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 127 running: firewall-cmd --get-default-zone Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 8 - AlmaLinux 9: spec/acceptance/00_default_spec.rb#L86
firewalld on almalinux9-64-puppet8.example.com custom services with a default test resource has the "test_sshd" service in the "test" zone Failure/Error: test_services = on(host, 'firewall-cmd --list-services --zone=test').output.strip.split(%r{\s+}) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 127 running: firewall-cmd --list-services --zone=test Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 8 - AlmaLinux 9: spec/acceptance/00_default_spec.rb#L92
firewalld on almalinux9-64-puppet8.example.com custom services with a default test resource custom service exists Failure/Error: expect(on(host, 'firewall-cmd --permanent --info-service=test_thing').output).not_to be_empty Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --info-service=test_thing Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 8 - AlmaLinux 9: spec/acceptance/00_default_spec.rb#L96
firewalld on almalinux9-64-puppet8.example.com custom services with a default test resource custom service has the proper description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-description').output.strip).to eq('Random service test') Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-description Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 8 - AlmaLinux 9: spec/acceptance/00_default_spec.rb#L100
firewalld on almalinux9-64-puppet8.example.com custom services with a default test resource custom service has no short description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-short').output.strip).to be_empty Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-short Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 8 - AlmaLinux 9: spec/acceptance/00_default_spec.rb#L104
firewalld on almalinux9-64-puppet8.example.com custom services with a default test resource custom service has the proper ports Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-ports').output.strip).to eq('1234/tcp 1234/udp') Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-ports Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 8 - AlmaLinux 9: spec/acceptance/00_default_spec.rb#L108
firewalld on almalinux9-64-puppet8.example.com custom services with a default test resource custom service has the proper protocols Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-protocols').output.strip).to eq('ip smp') Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-protocols Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 8 - AlmaLinux 8: spec/acceptance/00_default_spec.rb#L68
firewalld on almalinux8-64-puppet8.example.com custom services with a default test resource runs successfully Failure/Error: apply_manifest_on(host, manifest, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202117788.pp.F8kzxB Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202117788.pp.F8kzxB, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202117788.pp.F8kzxB, line: 16) on node almalinux8-64-puppet8.example.com
Puppet / 8 - AlmaLinux 8: spec/acceptance/00_default_spec.rb#L72
firewalld on almalinux8-64-puppet8.example.com custom services with a default test resource is idempotent Failure/Error: apply_manifest_on(host, manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202123102.pp.FKVJwt Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202123102.pp.FKVJwt, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202123102.pp.FKVJwt, line: 16) on node almalinux8-64-puppet8.example.com
Puppet / 8 - AlmaLinux 8: spec/acceptance/00_default_spec.rb#L76
firewalld on almalinux8-64-puppet8.example.com custom services with a default test resource is running firewalld Failure/Error: expect(svc['service']['firewalld']['ensure']).to match('running') expected "stopped" to match "running"
Puppet / 8 - AlmaLinux 8: spec/acceptance/00_default_spec.rb#L81
firewalld on almalinux8-64-puppet8.example.com custom services with a default test resource has "test" as the default zone Failure/Error: default_zone = on(host, 'firewall-cmd --get-default-zone').output.strip Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 127 running: firewall-cmd --get-default-zone Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - AlmaLinux 8: spec/acceptance/00_default_spec.rb#L86
firewalld on almalinux8-64-puppet8.example.com custom services with a default test resource has the "test_sshd" service in the "test" zone Failure/Error: test_services = on(host, 'firewall-cmd --list-services --zone=test').output.strip.split(%r{\s+}) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 127 running: firewall-cmd --list-services --zone=test Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - AlmaLinux 8: spec/acceptance/00_default_spec.rb#L92
firewalld on almalinux8-64-puppet8.example.com custom services with a default test resource custom service exists Failure/Error: expect(on(host, 'firewall-cmd --permanent --info-service=test_thing').output).not_to be_empty Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --info-service=test_thing Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - AlmaLinux 8: spec/acceptance/00_default_spec.rb#L96
firewalld on almalinux8-64-puppet8.example.com custom services with a default test resource custom service has the proper description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-description').output.strip).to eq('Random service test') Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-description Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - AlmaLinux 8: spec/acceptance/00_default_spec.rb#L100
firewalld on almalinux8-64-puppet8.example.com custom services with a default test resource custom service has no short description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-short').output.strip).to be_empty Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-short Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - AlmaLinux 8: spec/acceptance/00_default_spec.rb#L104
firewalld on almalinux8-64-puppet8.example.com custom services with a default test resource custom service has the proper ports Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-ports').output.strip).to eq('1234/tcp 1234/udp') Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-ports Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - AlmaLinux 8: spec/acceptance/00_default_spec.rb#L108
firewalld on almalinux8-64-puppet8.example.com custom services with a default test resource custom service has the proper protocols Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-protocols').output.strip).to eq('ip smp') Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-protocols Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - CentOS 8: spec/acceptance/00_default_spec.rb#L68
firewalld on centos8-64-puppet7.example.com custom services with a default test resource runs successfully Failure/Error: apply_manifest_on(host, manifest, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202201425.pp.mbH9pg Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202201425.pp.mbH9pg, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202201425.pp.mbH9pg, line: 16) on node centos8-64-puppet7.example.com
Puppet / 7 - CentOS 8: spec/acceptance/00_default_spec.rb#L72
firewalld on centos8-64-puppet7.example.com custom services with a default test resource is idempotent Failure/Error: apply_manifest_on(host, manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202204061.pp.O83Tla Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202204061.pp.O83Tla, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202204061.pp.O83Tla, line: 16) on node centos8-64-puppet7.example.com
Puppet / 7 - CentOS 8: spec/acceptance/00_default_spec.rb#L76
firewalld on centos8-64-puppet7.example.com custom services with a default test resource is running firewalld Failure/Error: expect(svc['service']['firewalld']['ensure']).to match('running') expected "stopped" to match "running"
Puppet / 7 - CentOS 8: spec/acceptance/00_default_spec.rb#L81
firewalld on centos8-64-puppet7.example.com custom services with a default test resource has "test" as the default zone Failure/Error: default_zone = on(host, 'firewall-cmd --get-default-zone').output.strip Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 127 running: firewall-cmd --get-default-zone Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - CentOS 8: spec/acceptance/00_default_spec.rb#L86
firewalld on centos8-64-puppet7.example.com custom services with a default test resource has the "test_sshd" service in the "test" zone Failure/Error: test_services = on(host, 'firewall-cmd --list-services --zone=test').output.strip.split(%r{\s+}) Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 127 running: firewall-cmd --list-services --zone=test Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - CentOS 8: spec/acceptance/00_default_spec.rb#L92
firewalld on centos8-64-puppet7.example.com custom services with a default test resource custom service exists Failure/Error: expect(on(host, 'firewall-cmd --permanent --info-service=test_thing').output).not_to be_empty Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --info-service=test_thing Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - CentOS 8: spec/acceptance/00_default_spec.rb#L96
firewalld on centos8-64-puppet7.example.com custom services with a default test resource custom service has the proper description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-description').output.strip).to eq('Random service test') Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-description Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - CentOS 8: spec/acceptance/00_default_spec.rb#L100
firewalld on centos8-64-puppet7.example.com custom services with a default test resource custom service has no short description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-short').output.strip).to be_empty Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-short Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - CentOS 8: spec/acceptance/00_default_spec.rb#L104
firewalld on centos8-64-puppet7.example.com custom services with a default test resource custom service has the proper ports Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-ports').output.strip).to eq('1234/tcp 1234/udp') Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-ports Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 7 - CentOS 8: spec/acceptance/00_default_spec.rb#L108
firewalld on centos8-64-puppet7.example.com custom services with a default test resource custom service has the proper protocols Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-protocols').output.strip).to eq('ip smp') Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-protocols Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - Rocky 8: spec/acceptance/00_default_spec.rb#L68
firewalld on rocky8-64-puppet8.example.com custom services with a default test resource runs successfully Failure/Error: apply_manifest_on(host, manifest, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202136968.pp.2uye39 Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202136968.pp.2uye39, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202136968.pp.2uye39, line: 16) on node rocky8-64-puppet8.example.com
Puppet / 8 - Rocky 8: spec/acceptance/00_default_spec.rb#L72
firewalld on rocky8-64-puppet8.example.com custom services with a default test resource is idempotent Failure/Error: apply_manifest_on(host, manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202143285.pp.s7qVNm Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202143285.pp.s7qVNm, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202143285.pp.s7qVNm, line: 16) on node rocky8-64-puppet8.example.com
Puppet / 8 - Rocky 8: spec/acceptance/00_default_spec.rb#L76
firewalld on rocky8-64-puppet8.example.com custom services with a default test resource is running firewalld Failure/Error: expect(svc['service']['firewalld']['ensure']).to match('running') expected "stopped" to match "running"
Puppet / 8 - Rocky 8: spec/acceptance/00_default_spec.rb#L81
firewalld on rocky8-64-puppet8.example.com custom services with a default test resource has "test" as the default zone Failure/Error: default_zone = on(host, 'firewall-cmd --get-default-zone').output.strip Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 127 running: firewall-cmd --get-default-zone Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - Rocky 8: spec/acceptance/00_default_spec.rb#L86
firewalld on rocky8-64-puppet8.example.com custom services with a default test resource has the "test_sshd" service in the "test" zone Failure/Error: test_services = on(host, 'firewall-cmd --list-services --zone=test').output.strip.split(%r{\s+}) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 127 running: firewall-cmd --list-services --zone=test Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - Rocky 8: spec/acceptance/00_default_spec.rb#L92
firewalld on rocky8-64-puppet8.example.com custom services with a default test resource custom service exists Failure/Error: expect(on(host, 'firewall-cmd --permanent --info-service=test_thing').output).not_to be_empty Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --info-service=test_thing Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - Rocky 8: spec/acceptance/00_default_spec.rb#L96
firewalld on rocky8-64-puppet8.example.com custom services with a default test resource custom service has the proper description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-description').output.strip).to eq('Random service test') Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-description Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - Rocky 8: spec/acceptance/00_default_spec.rb#L100
firewalld on rocky8-64-puppet8.example.com custom services with a default test resource custom service has no short description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-short').output.strip).to be_empty Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-short Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - Rocky 8: spec/acceptance/00_default_spec.rb#L104
firewalld on rocky8-64-puppet8.example.com custom services with a default test resource custom service has the proper ports Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-ports').output.strip).to eq('1234/tcp 1234/udp') Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-ports Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - Rocky 8: spec/acceptance/00_default_spec.rb#L108
firewalld on rocky8-64-puppet8.example.com custom services with a default test resource custom service has the proper protocols Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-protocols').output.strip).to eq('ip smp') Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-protocols Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - CentOS 9: spec/acceptance/00_default_spec.rb#L68
firewalld on centos9-64-puppet8.example.com custom services with a default test resource runs successfully Failure/Error: apply_manifest_on(host, manifest, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202145717.pp.YWKxsQ Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202145717.pp.YWKxsQ, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202145717.pp.YWKxsQ, line: 16) on node centos9-64-puppet8.example.com
Puppet / 8 - CentOS 9: spec/acceptance/00_default_spec.rb#L72
firewalld on centos9-64-puppet8.example.com custom services with a default test resource is idempotent Failure/Error: apply_manifest_on(host, manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202151576.pp.34XTNQ Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202151576.pp.34XTNQ, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202151576.pp.34XTNQ, line: 16) on node centos9-64-puppet8.example.com
Puppet / 8 - CentOS 9: spec/acceptance/00_default_spec.rb#L76
firewalld on centos9-64-puppet8.example.com custom services with a default test resource is running firewalld Failure/Error: expect(svc['service']['firewalld']['ensure']).to match('running') expected "stopped" to match "running"
Puppet / 8 - CentOS 9: spec/acceptance/00_default_spec.rb#L81
firewalld on centos9-64-puppet8.example.com custom services with a default test resource has "test" as the default zone Failure/Error: default_zone = on(host, 'firewall-cmd --get-default-zone').output.strip Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 127 running: firewall-cmd --get-default-zone Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 8 - CentOS 9: spec/acceptance/00_default_spec.rb#L86
firewalld on centos9-64-puppet8.example.com custom services with a default test resource has the "test_sshd" service in the "test" zone Failure/Error: test_services = on(host, 'firewall-cmd --list-services --zone=test').output.strip.split(%r{\s+}) Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 127 running: firewall-cmd --list-services --zone=test Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 8 - CentOS 9: spec/acceptance/00_default_spec.rb#L92
firewalld on centos9-64-puppet8.example.com custom services with a default test resource custom service exists Failure/Error: expect(on(host, 'firewall-cmd --permanent --info-service=test_thing').output).not_to be_empty Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --info-service=test_thing Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 8 - CentOS 9: spec/acceptance/00_default_spec.rb#L96
firewalld on centos9-64-puppet8.example.com custom services with a default test resource custom service has the proper description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-description').output.strip).to eq('Random service test') Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-description Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 8 - CentOS 9: spec/acceptance/00_default_spec.rb#L100
firewalld on centos9-64-puppet8.example.com custom services with a default test resource custom service has no short description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-short').output.strip).to be_empty Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-short Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 8 - CentOS 9: spec/acceptance/00_default_spec.rb#L104
firewalld on centos9-64-puppet8.example.com custom services with a default test resource custom service has the proper ports Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-ports').output.strip).to eq('1234/tcp 1234/udp') Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-ports Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 8 - CentOS 9: spec/acceptance/00_default_spec.rb#L108
firewalld on centos9-64-puppet8.example.com custom services with a default test resource custom service has the proper protocols Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-protocols').output.strip).to eq('ip smp') Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-protocols Last 10 lines of output were: bash: line 1: firewall-cmd: command not found
Puppet / 8 - CentOS 7: spec/acceptance/00_default_spec.rb#L68
firewalld on centos7-64-puppet8.example.com custom services with a default test resource runs successfully Failure/Error: apply_manifest_on(host, manifest, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202149673.pp.yLp4X5 Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202149673.pp.yLp4X5, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202149673.pp.yLp4X5, line: 16) on node centos7-64-puppet8.example.com
Puppet / 8 - CentOS 7: spec/acceptance/00_default_spec.rb#L72
firewalld on centos7-64-puppet8.example.com custom services with a default test resource is idempotent Failure/Error: apply_manifest_on(host, manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202155464.pp.qxeTwf Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202155464.pp.qxeTwf, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202155464.pp.qxeTwf, line: 16) on node centos7-64-puppet8.example.com
Puppet / 8 - CentOS 7: spec/acceptance/00_default_spec.rb#L76
firewalld on centos7-64-puppet8.example.com custom services with a default test resource is running firewalld Failure/Error: expect(svc['service']['firewalld']['ensure']).to match('running') expected "stopped" to match "running"
Puppet / 8 - CentOS 7: spec/acceptance/00_default_spec.rb#L81
firewalld on centos7-64-puppet8.example.com custom services with a default test resource has "test" as the default zone Failure/Error: default_zone = on(host, 'firewall-cmd --get-default-zone').output.strip Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 127 running: firewall-cmd --get-default-zone Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - CentOS 7: spec/acceptance/00_default_spec.rb#L86
firewalld on centos7-64-puppet8.example.com custom services with a default test resource has the "test_sshd" service in the "test" zone Failure/Error: test_services = on(host, 'firewall-cmd --list-services --zone=test').output.strip.split(%r{\s+}) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 127 running: firewall-cmd --list-services --zone=test Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - CentOS 7: spec/acceptance/00_default_spec.rb#L92
firewalld on centos7-64-puppet8.example.com custom services with a default test resource custom service exists Failure/Error: expect(on(host, 'firewall-cmd --permanent --info-service=test_thing').output).not_to be_empty Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --info-service=test_thing Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - CentOS 7: spec/acceptance/00_default_spec.rb#L96
firewalld on centos7-64-puppet8.example.com custom services with a default test resource custom service has the proper description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-description').output.strip).to eq('Random service test') Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-description Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - CentOS 7: spec/acceptance/00_default_spec.rb#L100
firewalld on centos7-64-puppet8.example.com custom services with a default test resource custom service has no short description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-short').output.strip).to be_empty Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-short Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - CentOS 7: spec/acceptance/00_default_spec.rb#L104
firewalld on centos7-64-puppet8.example.com custom services with a default test resource custom service has the proper ports Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-ports').output.strip).to eq('1234/tcp 1234/udp') Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-ports Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - CentOS 7: spec/acceptance/00_default_spec.rb#L108
firewalld on centos7-64-puppet8.example.com custom services with a default test resource custom service has the proper protocols Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-protocols').output.strip).to eq('ip smp') Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-protocols Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - CentOS 8: spec/acceptance/00_default_spec.rb#L68
firewalld on centos8-64-puppet8.example.com custom services with a default test resource runs successfully Failure/Error: apply_manifest_on(host, manifest, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202200921.pp.rNrdJY Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202200921.pp.rNrdJY, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202200921.pp.rNrdJY, line: 16) on node centos8-64-puppet8.example.com
Puppet / 8 - CentOS 8: spec/acceptance/00_default_spec.rb#L72
firewalld on centos8-64-puppet8.example.com custom services with a default test resource is idempotent Failure/Error: apply_manifest_on(host, manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_202206400.pp.MuaMu8 Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: no parameter named 'icmp_block_inversion' (file: /tmp/apply_manifest_202206400.pp.MuaMu8, line: 16) on Firewalld_zone[test] (file: /tmp/apply_manifest_202206400.pp.MuaMu8, line: 16) on node centos8-64-puppet8.example.com
Puppet / 8 - CentOS 8: spec/acceptance/00_default_spec.rb#L76
firewalld on centos8-64-puppet8.example.com custom services with a default test resource is running firewalld Failure/Error: expect(svc['service']['firewalld']['ensure']).to match('running') expected "stopped" to match "running"
Puppet / 8 - CentOS 8: spec/acceptance/00_default_spec.rb#L81
firewalld on centos8-64-puppet8.example.com custom services with a default test resource has "test" as the default zone Failure/Error: default_zone = on(host, 'firewall-cmd --get-default-zone').output.strip Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 127 running: firewall-cmd --get-default-zone Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - CentOS 8: spec/acceptance/00_default_spec.rb#L86
firewalld on centos8-64-puppet8.example.com custom services with a default test resource has the "test_sshd" service in the "test" zone Failure/Error: test_services = on(host, 'firewall-cmd --list-services --zone=test').output.strip.split(%r{\s+}) Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 127 running: firewall-cmd --list-services --zone=test Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - CentOS 8: spec/acceptance/00_default_spec.rb#L92
firewalld on centos8-64-puppet8.example.com custom services with a default test resource custom service exists Failure/Error: expect(on(host, 'firewall-cmd --permanent --info-service=test_thing').output).not_to be_empty Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --info-service=test_thing Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - CentOS 8: spec/acceptance/00_default_spec.rb#L96
firewalld on centos8-64-puppet8.example.com custom services with a default test resource custom service has the proper description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-description').output.strip).to eq('Random service test') Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-description Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - CentOS 8: spec/acceptance/00_default_spec.rb#L100
firewalld on centos8-64-puppet8.example.com custom services with a default test resource custom service has no short description Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-short').output.strip).to be_empty Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-short Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - CentOS 8: spec/acceptance/00_default_spec.rb#L104
firewalld on centos8-64-puppet8.example.com custom services with a default test resource custom service has the proper ports Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-ports').output.strip).to eq('1234/tcp 1234/udp') Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-ports Last 10 lines of output were: bash: firewall-cmd: command not found
Puppet / 8 - CentOS 8: spec/acceptance/00_default_spec.rb#L108
firewalld on centos8-64-puppet8.example.com custom services with a default test resource custom service has the proper protocols Failure/Error: expect(on(host, 'firewall-cmd --permanent --service=test_thing --get-protocols').output.strip).to eq('ip smp') Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 127 running: firewall-cmd --permanent --service=test_thing --get-protocols Last 10 lines of output were: bash: firewall-cmd: command not found