Support logging to NFLOG group #576
Annotations
10 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-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_180101462.f6LpcO.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.76 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:
spec/acceptance/default_spec.rb#L7
nftables class configure default nftables service works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_180112147.n4rqde.pp
Last 10 lines of output were:
Info: Nftables::Chain[POSTROUTING]: Unscheduling all events on Nftables::Chain[POSTROUTING]
Info: Class[Nftables]: Unscheduling all events on Class[Nftables]
Warning: /Stage[main]/Nftables::Ip_nat/Nftables::Chain[POSTROUTING]/File[/etc/nftables/puppet/ip-nat-chain-POSTROUTING.nft]: Skipping because of failed dependencies
Warning: /Stage[main]/Nftables::Ip_nat/Nftables::Chain[PREROUTING6]/File[/etc/nftables/puppet/ip6-nat-chain-PREROUTING6.nft]: Skipping because of failed dependencies
Warning: /Stage[main]/Nftables::Ip_nat/Nftables::Chain[POSTROUTING6]/File[/etc/nftables/puppet/ip6-nat-chain-POSTROUTING6.nft]: Skipping because of failed dependencies
Warning: /Stage[main]/Nftables/Service[nftables]: Skipping because of failed dependencies
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]
�[mNotice: Applied catalog in 1.50 seconds
|
Run tests:
spec/acceptance/default_spec.rb#L59
nftables class configure default nftables service 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/default_spec.rb#L60
nftables class configure default nftables service 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/default_spec.rb#L64
nftables class configure default nftables service 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/default_spec.rb#L68
nftables class configure default nftables service 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
|
Loading