Fact ipmitool fru #78
Annotations
3 errors
Run tests:
spec/unit/facter/ipmitool_mc_info_spec.rb#L49
ipmitool_mc_info with no ipmitool is expected to eq {"IPMI_Puppet_Service_Recommend"=>"stopped"}
Failure/Error: expect(fact.value).to eq({ 'IPMI_Puppet_Service_Recommend' => 'stopped' })
expected: {"IPMI_Puppet_Service_Recommend"=>"stopped"}
got: nil
(compared using ==)
|
Run tests:
spec/unit/facter/ipmitool_mc_info_spec.rb#L60
ipmitool_mc_info with detailed output is expected to eq {"Device Available"=>"yes", "Device ID"=>"32", "Device Revision"=>"1", "Firmware Revision"=>"2.49", "...", "Product ID"=>"43707 (0xaabb)", "Product Name"=>"Unknown (0xAABB)", "Provides Device SDRs"=>"no"}
Failure/Error:
expect(fact.value).to eq(
{
'Device ID' => '32',
'Device Revision' => '1',
'Firmware Revision' => '2.49',
'IPMI Version' => '2.0',
'IPMI_Puppet_Service_Recommend' => 'running',
'Manufacturer ID' => '10876',
'Manufacturer Name' => 'Supermicro',
'Product ID' => '43707 (0xaabb)',
expected: {"Device Available"=>"yes", "Device ID"=>"32", "Device Revision"=>"1", "Firmware Revision"=>"2.49", "...", "Product ID"=>"43707 (0xaabb)", "Product Name"=>"Unknown (0xAABB)", "Provides Device SDRs"=>"no"}
got: nil
(compared using ==)
|
Run tests
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading