modulesync 10.3.0 #207
ci.yml
on: pull_request
Puppet
/
Static validations
22s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
4s
Annotations
9 errors and 3 warnings
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
|
Puppet / 8 (Ruby 3.2):
spec/defines/bond_spec.rb#L86
network::bond configuring the kernel bonding device adds a kernel module alias for the bonded device
Failure/Error:
is_expected.to contain_kmod__alias('bond0').with(source: 'bonding',
ensure: 'present')
Puppet::PreformattedError:
Evaluation Error: Optional-Type[] accepts 1 argument. Got 2 (file: /home/runner/work/puppet-network/puppet-network/spec/fixtures/modules/network/manifests/bond.pp, line: 73, column: 3) on node runnervmwhb2z.abeklq3pcfkunev5g5yv1x5cva.ex.internal.cloudapp.net
|
|
Puppet / 8 (Ruby 3.2):
spec/defines/bond_spec.rb#L84
network::bond configuring the kernel bonding device is expected to contain Class[network::bond::setup]
Failure/Error: it { is_expected.to contain_class('network::bond::setup') }
Puppet::PreformattedError:
Evaluation Error: Optional-Type[] accepts 1 argument. Got 2 (file: /home/runner/work/puppet-network/puppet-network/spec/fixtures/modules/network/manifests/bond.pp, line: 73, column: 3) on node runnervmwhb2z.abeklq3pcfkunev5g5yv1x5cva.ex.internal.cloudapp.net
|
|
Puppet / 8 (Ruby 3.2):
spec/defines/bond_spec.rb#L70
network::bond on platform on an unsupported osfamily fails to compile
Failure/Error: is_expected.to compile.and_raise_error(%r{network::bond does not support osfamily 'SparrowOS'})
error during compilation: Evaluation Error: Optional-Type[] accepts 1 argument. Got 2 (file: /home/runner/work/puppet-network/puppet-network/spec/fixtures/modules/network/manifests/bond.pp, line: 73, column: 3) on node runnervmwhb2z.abeklq3pcfkunev5g5yv1x5cva.ex.internal.cloudapp.net
|
|
Puppet / 8 (Ruby 3.2):
spec/defines/bond_spec.rb#L58
network::bond on platform Debian forwards all options to 'network::bond::debian'
Failure/Error: is_expected.to contain_network__bond__debian('bond0').with(params)
Puppet::PreformattedError:
Evaluation Error: Optional-Type[] accepts 1 argument. Got 2 (file: /home/runner/work/puppet-network/puppet-network/spec/fixtures/modules/network/manifests/bond.pp, line: 73, column: 3) on node runnervmwhb2z.abeklq3pcfkunev5g5yv1x5cva.ex.internal.cloudapp.net
|
|
Puppet / 8 (Ruby 3.2):
spec/defines/bond_spec.rb#L54
network::bond on platform Debian creates 'network::bond::debian'
Failure/Error: is_expected.to contain_network__bond__debian('bond0')
Puppet::PreformattedError:
Evaluation Error: Optional-Type[] accepts 1 argument. Got 2 (file: /home/runner/work/puppet-network/puppet-network/spec/fixtures/modules/network/manifests/bond.pp, line: 73, column: 3) on node runnervmwhb2z.abeklq3pcfkunev5g5yv1x5cva.ex.internal.cloudapp.net
|
|
Puppet / 8 (Ruby 3.2):
spec/defines/bond_spec.rb#L41
network::bond on platform RedHat forwards all options to 'network::bond::redhat'
Failure/Error: is_expected.to contain_network__bond__redhat('bond0').with(params)
Puppet::PreformattedError:
Evaluation Error: Optional-Type[] accepts 1 argument. Got 2 (file: /home/runner/work/puppet-network/puppet-network/spec/fixtures/modules/network/manifests/bond.pp, line: 73, column: 3) on node runnervmwhb2z.abeklq3pcfkunev5g5yv1x5cva.ex.internal.cloudapp.net
|
|
Puppet / 8 (Ruby 3.2):
spec/defines/bond_spec.rb#L37
network::bond on platform RedHat creates 'network::bond::redhat'
Failure/Error: is_expected.to contain_network__bond__redhat('bond0')
Puppet::PreformattedError:
Evaluation Error: Optional-Type[] accepts 1 argument. Got 2 (file: /home/runner/work/puppet-network/puppet-network/spec/fixtures/modules/network/manifests/bond.pp, line: 73, column: 3) on node runnervmwhb2z.abeklq3pcfkunev5g5yv1x5cva.ex.internal.cloudapp.net
|
|
Puppet / Test suite
Process completed with exit code 1.
|
|
Puppet / 8 (Ruby 3.2):
spec/unit/type/network_config_spec.rb#L96
Puppet::Type::Network_config when validating the attribute value ipaddress using the inet6 family fails when passed an IPv4 address
Failure/Error: expect { Puppet::Type.type(:network_config).new(name: 'yay', family: :inet6, ipaddress: address4) }.to raise_error(%r{not a valid ipv6 address})
expected Exception with message matching /not a valid ipv6 address/ but nothing was raised
|
|
Puppet / 8 (Ruby 3.2):
spec/unit/type/network_config_spec.rb#L85
Puppet::Type::Network_config when validating the attribute value ipaddress using the inet family fails when passed an IPv6 address
Failure/Error: expect { Puppet::Type.type(:network_config).new(name: 'yay', family: :inet, ipaddress: address6) }.to raise_error(%r{not a valid ipv4 address})
expected Exception with message matching /not a valid ipv4 address/ but nothing was raised
|
|
Puppet / 8 (Ruby 3.2):
spec/unit/type/network_config_spec.rb#L68
Puppet::Type::Network_config when validating the attribute options is a descendant of the KeyValue property
Failure/Error: expect(Puppet::Type.type(:network_config).propertybyname(:options).ancestors).to include(Puppet::Property::Ensure)
expected [Puppet::Type::Network_config::Options, Puppet::Property, Puppet::Parameter, Puppet::Util::Logging, P...acts, FastGettext::Translation, JSON::Ext::Generator::GeneratorMethods::Object, Kernel, BasicObject] to include Puppet::Property::Ensure
Diff:
@@ -1 +1,13 @@
-[Puppet::Property::Ensure]
+[Puppet::Type::Network_config::Options,
+ Puppet::Property,
+ Puppet::Parameter,
+ Puppet::Util::Logging,
+ Puppet::Util::Errors,
+ Puppet::Util,
+ Object,
+ PP::ObjectMixin,
+ RspecPuppetFacts,
+ FastGettext::Translation,
+ JSON::Ext::Generator::GeneratorMethods::Object,
+ Kernel,
+ BasicObject]
|