modulesync 9.1.0 #97
Annotations
10 errors
Run tests:
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.
|
Run tests:
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.
|
Run tests:
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.
|
Run tests:
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.
|
Run tests:
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.
|
Run tests:
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.
|
Run tests:
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.
|
Run tests:
spec/unit/puppet/type/firewalld_direct_rule_spec.rb#L13
Puppet::Type::Firewalld_direct_rule with no params when validating attributes has a inet_protocol parameter
Failure/Error: Puppet::Provider::Firewalld.any_instance.stubs(:state).returns(:true) # rubocop:disable RSpec/AnyInstance
The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
|
Run tests:
spec/unit/puppet/type/firewalld_direct_rule_spec.rb#L13
Puppet::Type::Firewalld_direct_rule with no params when validating attributes has a args parameter
Failure/Error: Puppet::Provider::Firewalld.any_instance.stubs(:state).returns(:true) # rubocop:disable RSpec/AnyInstance
The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
|
Run tests:
spec/unit/puppet/type/firewalld_direct_rule_spec.rb#L13
Puppet::Type::Firewalld_direct_rule with no params when validating attributes has a table parameter
Failure/Error: Puppet::Provider::Firewalld.any_instance.stubs(:state).returns(:true) # rubocop:disable RSpec/AnyInstance
The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
|
Loading