enable eb-family for all relevant firewalld-types #63
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
30s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
8 errors
Puppet / 8 (Ruby 3.2):
spec/unit/puppet/type/firewalld_zone_spec.rb#L198
Puppet::Type::Firewalld_zone provider with standard parameters sets icmp_blocks
Failure/Error: provider.expects(:execute_firewall_cmd).with(['--remove-icmp-block', 'val'], 'public')
Mocha::ExpectationError:
not all expectations were satisfied
unsatisfied expectations:
- expected exactly once, invoked never: Firewalld_zone[restricted](provider=firewall_cmd).execute_firewall_cmd(["--remove-icmp-block", "val"], "public")
- expected exactly once, invoked never: Firewalld_zone[restricted](provider=firewall_cmd).execute_firewall_cmd(["--add-icmp-blocks", "redirect,router-advertisment"], "restricted")
- expected exactly once, invoked never: Firewalld_zone[restricted](provider=firewall_cmd).execute_firewall_cmd(["--list-icmp-blocks"], "restricted")
satisfied expectations:
- allowed any number of times, invoked never: #<Puppet::Util::Feature:0x5078>.root?(any_parameters)
- allowed any number of times, invoked never: #<AnyInstance:Puppet::Provider::Firewalld>.state(any_parameters)
|
Puppet / 8 (Ruby 3.2):
spec/unit/puppet/type/firewalld_zone_spec.rb#L271
Puppet::Type::Firewalld_zone provider when specifiying a single icmp block sets icmp blocks
Failure/Error: execute_firewall_cmd(['--new-zone', @resource[:name]], nil)
Mocha::ExpectationError:
unexpected invocation: Firewalld_zone[public](provider=firewall_cmd).execute_firewall_cmd(["--new-zone", "public"], nil)
unsatisfied expectations:
- expected exactly once, invoked never: Firewalld_zone[public](provider=firewall_cmd).execute_firewall_cmd(["--remove-icmp-block", "val"], "public")
- expected exactly once, invoked never: Firewalld_zone[public](provider=firewall_cmd).execute_firewall_cmd(["--add-icmp-block", "echo-request"], "public")
- expected exactly once, invoked never: Firewalld_zone[public](provider=firewall_cmd).execute_firewall_cmd(["--list-icmp-blocks"], "public")
satisfied expectations:
- allowed any number of times, invoked never: #<Puppet::Util::Feature:0x5078>.root?(any_parameters)
- allowed any number of times, invoked never: #<AnyInstance:Puppet::Provider::Firewalld>.state(any_parameters)
|
Puppet / 8 (Ruby 3.2):
spec/unit/puppet/type/firewalld_zone_spec.rb#L292
Puppet::Type::Firewalld_zone provider when specifiying a bad icmp block errors out
Failure/Error: expect(provider).to raise_error(Puppet::Error, %r{is not a valid icmp type})
expected Puppet::Error with message matching /is not a valid icmp type/ but was not given a block
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
Puppet / 7 (Ruby 2.7):
spec/unit/puppet/type/firewalld_zone_spec.rb#L198
Puppet::Type::Firewalld_zone provider with standard parameters sets icmp_blocks
Failure/Error: provider.expects(:execute_firewall_cmd).with(['--remove-icmp-block', 'val'], 'public')
Mocha::ExpectationError:
not all expectations were satisfied
unsatisfied expectations:
- expected exactly once, invoked never: Firewalld_zone[restricted](provider=firewall_cmd).execute_firewall_cmd(["--remove-icmp-block", "val"], "public")
- expected exactly once, invoked never: Firewalld_zone[restricted](provider=firewall_cmd).execute_firewall_cmd(["--add-icmp-blocks", "redirect,router-advertisment"], "restricted")
- expected exactly once, invoked never: Firewalld_zone[restricted](provider=firewall_cmd).execute_firewall_cmd(["--list-icmp-blocks"], "restricted")
satisfied expectations:
- allowed any number of times, invoked never: #<Puppet::Util::Feature:0x50a0>.root?(any_parameters)
- allowed any number of times, invoked never: #<AnyInstance:Puppet::Provider::Firewalld>.state(any_parameters)
|
Puppet / 7 (Ruby 2.7):
spec/unit/puppet/type/firewalld_zone_spec.rb#L271
Puppet::Type::Firewalld_zone provider when specifiying a single icmp block sets icmp blocks
Failure/Error: execute_firewall_cmd(['--new-zone', @resource[:name]], nil)
Mocha::ExpectationError:
unexpected invocation: Firewalld_zone[public](provider=firewall_cmd).execute_firewall_cmd(["--new-zone", "public"], nil)
unsatisfied expectations:
- expected exactly once, invoked never: Firewalld_zone[public](provider=firewall_cmd).execute_firewall_cmd(["--remove-icmp-block", "val"], "public")
- expected exactly once, invoked never: Firewalld_zone[public](provider=firewall_cmd).execute_firewall_cmd(["--add-icmp-block", "echo-request"], "public")
- expected exactly once, invoked never: Firewalld_zone[public](provider=firewall_cmd).execute_firewall_cmd(["--list-icmp-blocks"], "public")
satisfied expectations:
- allowed any number of times, invoked never: #<Puppet::Util::Feature:0x50a0>.root?(any_parameters)
- allowed any number of times, invoked never: #<AnyInstance:Puppet::Provider::Firewalld>.state(any_parameters)
|
Puppet / 7 (Ruby 2.7):
spec/unit/puppet/type/firewalld_zone_spec.rb#L292
Puppet::Type::Firewalld_zone provider when specifiying a bad icmp block errors out
Failure/Error: expect(provider).to raise_error(Puppet::Error, %r{is not a valid icmp type})
expected Puppet::Error with message matching /is not a valid icmp type/ but was not given a block
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|