modulesync 9.1.0 #96
Annotations
10 errors
spec/unit/puppet/provider/firewalld_zone_spec.rb#L28
Puppet::Type::Firewalld_zone::ProviderFirewall_cmd when creating with name white executes firewall_cmd with new-zone
Failure/Error: provider.class.stubs(:execute_firewall_cmd).returns(Object.any_instance.stubs(exitstatus: 0))
The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
|
spec/unit/puppet/provider/firewalld_custom_service_spec.rb#L27
Puppet::Type::Firewalld_custom_service::ProviderFirewall_cmd simplest resource creation creates the service
Failure/Error: provider.class.stubs(:execute_firewall_cmd).returns(Object.any_instance.stubs(exitstatus: 0))
The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
|
spec/unit/puppet/provider/firewalld_zone_spec.rb#L49
Puppet::Type::Firewalld_zone::ProviderFirewall_cmd when modifying type removes and create a new ipset
Failure/Error: provider.class.stubs(:execute_firewall_cmd).returns(Object.any_instance.stubs(exitstatus: 0))
The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
|
spec/unit/puppet/provider/firewalld_custom_service_spec.rb#L32
Puppet::Type::Firewalld_custom_service::ProviderFirewall_cmd simplest resource creation retrieves and formats the system ports
Failure/Error: provider.class.stubs(:execute_firewall_cmd).returns(Object.any_instance.stubs(exitstatus: 0))
The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
|
spec/unit/puppet/provider/firewalld_custom_service_spec.rb#L47
Puppet::Type::Firewalld_custom_service::ProviderFirewall_cmd simplest resource creation retrieves and formats the system destinations
Failure/Error: provider.class.stubs(:execute_firewall_cmd).returns(Object.any_instance.stubs(exitstatus: 0))
The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
|
spec/unit/puppet/provider/firewalld_custom_service_spec.rb#L54
Puppet::Type::Firewalld_custom_service::ProviderFirewall_cmd simplest resource creation exists when returned by the system
Failure/Error: provider.class.stubs(:execute_firewall_cmd).returns(Object.any_instance.stubs(exitstatus: 0))
The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
|
spec/unit/puppet/provider/firewalld_custom_service_spec.rb#L61
Puppet::Type::Firewalld_custom_service::ProviderFirewall_cmd simplest resource creation does not exist when not returned by the system
Failure/Error: provider.class.stubs(:execute_firewall_cmd).returns(Object.any_instance.stubs(exitstatus: 0))
The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
|
spec/unit/puppet/provider/firewalld_custom_service_spec.rb#L76
Puppet::Type::Firewalld_custom_service::ProviderFirewall_cmd resource deletion runs delete-service when it is not a builtin
Failure/Error: provider.class.stubs(:execute_firewall_cmd).returns(Object.any_instance.stubs(exitstatus: 0))
The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
|
spec/unit/puppet/provider/firewalld_custom_service_spec.rb#L81
Puppet::Type::Firewalld_custom_service::ProviderFirewall_cmd resource deletion runs load-service-defaults when it is a builtin
Failure/Error: provider.class.stubs(:execute_firewall_cmd).returns(Object.any_instance.stubs(exitstatus: 0))
The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
|
spec/unit/puppet/provider/firewalld_custom_service_spec.rb#L109
Puppet::Type::Firewalld_custom_service::ProviderFirewall_cmd all parameters populated creates the service
Failure/Error: provider.class.stubs(:execute_firewall_cmd).returns(Object.any_instance.stubs(exitstatus: 0))
The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
|
This job failed
Loading