modulesync 7.0.0 and modernization #52
Triggered via pull request
September 18, 2023 19:27
Status
Failure
Total duration
9m 40s
Artifacts
–
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
48s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
6 errors
Puppet / 8 (Ruby 3.2):
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:0x4fd8>.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#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:0x4fd8>.root?(any_parameters)
- allowed any number of times, invoked never: #<AnyInstance:Puppet::Provider::Firewalld>.state(any_parameters)
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
Puppet / 7 (Ruby 2.7):
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)
|
Puppet / 7 (Ruby 2.7):
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)
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|