Add lan channel fact and user channel support #92
ci.yml
on: pull_request
Puppet
/
Static validations
18s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
2s
Annotations
25 errors
Puppet / Puppet 7 - CentOS 7
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 8
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 7
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 8
Process completed with exit code 1.
|
Puppet / 8 (Ruby 3.2):
spec/unit/facter/ipmi_spec.rb#L53
ipmi facts ipmi when ipmitool present with ipmi_* facts taken from channel 1 is expected to eq "192.168.0.37"
Failure/Error: expect(Facter.value(:ipmi)[1]['ipaddress']).to eq('192.168.0.37')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 8 (Ruby 3.2):
spec/unit/facter/ipmi_spec.rb#L59
ipmi facts ipmi when ipmitool present with ipmi_* facts taken from channel 1 is expected to eq "DHCP Address"
Failure/Error: expect(Facter.value(:ipmi)[1]['ipaddress_source']).to eq('DHCP Address')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 8 (Ruby 3.2):
spec/unit/facter/ipmi_spec.rb#L65
ipmi facts ipmi when ipmitool present with ipmi_* facts taken from channel 1 is expected to eq "255.255.255.0"
Failure/Error: expect(Facter.value(:ipmi)[1]['subnet_mask']).to eq('255.255.255.0')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 8 (Ruby 3.2):
spec/unit/facter/ipmi_spec.rb#L71
ipmi facts ipmi when ipmitool present with ipmi_* facts taken from channel 1 is expected to eq "3c:a8:2a:9f:9a:92"
Failure/Error: expect(Facter.value(:ipmi)[1]['macaddress']).to eq('3c:a8:2a:9f:9a:92')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 8 (Ruby 3.2):
spec/unit/facter/ipmi_spec.rb#L77
ipmi facts ipmi when ipmitool present with ipmi_* facts taken from channel 1 is expected to eq "192.168.0.1"
Failure/Error: expect(Facter.value(:ipmi)[1]['gateway']).to eq('192.168.0.1')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 8 (Ruby 3.2):
spec/unit/facter/ipmi_spec.rb#L155
ipmi facts ipmi when ipmitool present when multiple channels ipmi2_* facts is expected to eq "192.168.0.2"
Failure/Error: expect(Facter.value(:ipmi)[2]['gateway']).to eq('192.168.0.2')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 8 (Ruby 3.2):
spec/unit/facter/ipmi_spec.rb#L161
ipmi facts ipmi when ipmitool present when multiple channels ipmi2_* facts is expected to eq "192.168.0.22"
Failure/Error: expect(Facter.value(:ipmi)[2]['ipaddress']).to eq('192.168.0.22')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 8 (Ruby 3.2):
spec/unit/facter/ipmi_spec.rb#L167
ipmi facts ipmi when ipmitool present when multiple channels ipmi2_* facts is expected to eq "DHCP Address"
Failure/Error: expect(Facter.value(:ipmi)[2]['ipaddress_source']).to eq('DHCP Address')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 8 (Ruby 3.2):
spec/unit/facter/ipmi_spec.rb#L173
ipmi facts ipmi when ipmitool present when multiple channels ipmi2_* facts is expected to eq "255.255.255.0"
Failure/Error: expect(Facter.value(:ipmi)[2]['subnet_mask']).to eq('255.255.255.0')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 8 (Ruby 3.2):
spec/unit/facter/ipmi_spec.rb#L179
ipmi facts ipmi when ipmitool present when multiple channels ipmi2_* facts is expected to eq "c6:92:00:22:79:f3"
Failure/Error: expect(Facter.value(:ipmi)[2]['macaddress']).to eq('c6:92:00:22:79:f3')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/unit/facter/ipmi_spec.rb#L53
ipmi facts ipmi when ipmitool present with ipmi_* facts taken from channel 1 is expected to eq "192.168.0.37"
Failure/Error: expect(Facter.value(:ipmi)[1]['ipaddress']).to eq('192.168.0.37')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/unit/facter/ipmi_spec.rb#L59
ipmi facts ipmi when ipmitool present with ipmi_* facts taken from channel 1 is expected to eq "DHCP Address"
Failure/Error: expect(Facter.value(:ipmi)[1]['ipaddress_source']).to eq('DHCP Address')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/unit/facter/ipmi_spec.rb#L65
ipmi facts ipmi when ipmitool present with ipmi_* facts taken from channel 1 is expected to eq "255.255.255.0"
Failure/Error: expect(Facter.value(:ipmi)[1]['subnet_mask']).to eq('255.255.255.0')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/unit/facter/ipmi_spec.rb#L71
ipmi facts ipmi when ipmitool present with ipmi_* facts taken from channel 1 is expected to eq "3c:a8:2a:9f:9a:92"
Failure/Error: expect(Facter.value(:ipmi)[1]['macaddress']).to eq('3c:a8:2a:9f:9a:92')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/unit/facter/ipmi_spec.rb#L77
ipmi facts ipmi when ipmitool present with ipmi_* facts taken from channel 1 is expected to eq "192.168.0.1"
Failure/Error: expect(Facter.value(:ipmi)[1]['gateway']).to eq('192.168.0.1')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/unit/facter/ipmi_spec.rb#L155
ipmi facts ipmi when ipmitool present when multiple channels ipmi2_* facts is expected to eq "192.168.0.2"
Failure/Error: expect(Facter.value(:ipmi)[2]['gateway']).to eq('192.168.0.2')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/unit/facter/ipmi_spec.rb#L161
ipmi facts ipmi when ipmitool present when multiple channels ipmi2_* facts is expected to eq "192.168.0.22"
Failure/Error: expect(Facter.value(:ipmi)[2]['ipaddress']).to eq('192.168.0.22')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/unit/facter/ipmi_spec.rb#L167
ipmi facts ipmi when ipmitool present when multiple channels ipmi2_* facts is expected to eq "DHCP Address"
Failure/Error: expect(Facter.value(:ipmi)[2]['ipaddress_source']).to eq('DHCP Address')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/unit/facter/ipmi_spec.rb#L173
ipmi facts ipmi when ipmitool present when multiple channels ipmi2_* facts is expected to eq "255.255.255.0"
Failure/Error: expect(Facter.value(:ipmi)[2]['subnet_mask']).to eq('255.255.255.0')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/unit/facter/ipmi_spec.rb#L179
ipmi facts ipmi when ipmitool present when multiple channels ipmi2_* facts is expected to eq "c6:92:00:22:79:f3"
Failure/Error: expect(Facter.value(:ipmi)[2]['macaddress']).to eq('c6:92:00:22:79:f3')
NoMethodError:
undefined method `[]' for nil:NilClass
|
Puppet / Test suite
Process completed with exit code 1.
|