modulesync 7.0.0 and modernization #52
Annotations
3 errors
spec/unit/puppet/type/firewalld_zone_spec.rb#L123
Puppet::Type::Firewalld_zone provider with standard parameters sets icmp_block_inversion
Failure/Error: provider.expects(:execute_firewall_cmd).with(['--add-icmp-block-inversion'], 'restricted')
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-block-inversion"], "restricted")
- expected exactly once, invoked never: Firewalld_zone[restricted](provider=firewall_cmd).execute_firewall_cmd(["--query-icmp-block-inversion"], "restricted")
satisfied expectations:
- allowed any number of times, invoked never: #<Puppet::Util::Feature:0x5000>.root?(any_parameters)
- allowed any number of times, invoked never: #<AnyInstance:Puppet::Provider::Firewalld>.state(any_parameters)
|
spec/unit/puppet/type/firewalld_zone_spec.rb#L134
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:0x5000>.root?(any_parameters)
- allowed any number of times, invoked never: #<AnyInstance:Puppet::Provider::Firewalld>.state(any_parameters)
|
|
The logs for this run have expired and are no longer available.
Loading