Support logging to NFLOG group #578
Annotations
6 errors
Run tests:
spec/acceptance/all_rules_spec.rb#L7
nftables class configure all nftables rules works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_182237108.AXh1tF.pp
Last 10 lines of output were:
Warning: /Stage[main]/Nftables/Service[nftables]: Skipping because of failed dependencies
Info: /Stage[main]/Nftables/Service[nftables]: Unscheduling all events on Service[nftables]
Info: Class[Nftables]: Unscheduling all events on Class[Nftables]
Info: Nftables::Chain[PRE]: Unscheduling all events on Nftables::Chain[PRE]
Info: Nftables::Chain[default_in]: Unscheduling all events on Nftables::Chain[default_in]
Info: Nftables::Chain[default_out]: Unscheduling all events on Nftables::Chain[default_out]
Info: Nftables::Chain[default_fwd]: Unscheduling all events on Nftables::Chain[default_fwd]
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 5.33 seconds
|
Run tests:
spec/acceptance/all_rules_spec.rb#L146
nftables class configure all nftables rules Service "nftables" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "nftables" to be running
|
Run tests:
spec/acceptance/all_rules_spec.rb#L147
nftables class configure all nftables rules Service "nftables" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "nftables" to be enabled
|
Run tests:
spec/acceptance/all_rules_spec.rb#L151
nftables class configure all nftables rules File "/etc/nftables/puppet.nft" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/nftables/puppet.nft".file?` to be truthy, got false
|
Run tests:
spec/acceptance/all_rules_spec.rb#L155
nftables class configure all nftables rules File "/etc/nftables/puppet" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/nftables/puppet".directory?` to be truthy, got false
|
Run tests
Process completed with exit code 1.
|
Loading