Revert icmp_block_inversion as tests don't pass #54
Annotations
10 errors
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
|
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
|
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"
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
The logs for this run have expired and are no longer available.
Loading