From a3f13f3c5135cfda09be4e9dbb1f4e69740094a2 Mon Sep 17 00:00:00 2001 From: Joshua Williams Date: Wed, 17 Jul 2024 11:26:08 -0700 Subject: [PATCH] CASMHMS-6233: Quick test of unrelated code --- pkg/redfish/rfcomponents.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/redfish/rfcomponents.go b/pkg/redfish/rfcomponents.go index 6442ce6f..430e686d 100644 --- a/pkg/redfish/rfcomponents.go +++ b/pkg/redfish/rfcomponents.go @@ -345,6 +345,7 @@ func (c *EpChassis) discoverRemotePhase1() { // in the Processor_Module_0 chassis during the Systems discovery phase. // +errlog.Printf("JW_DEBUG: c.ChassisRF.Power.Oid=%s isFoxconnChassis=%t c.OdataID=%s\n", c.ChassisRF.Power.Oid, isFoxconnChassis(c), c.OdataID) if c.ChassisRF.Power.Oid == "" || (isFoxconnChassis(c) && c.OdataID != "/redfish/v1/Chassis/Baseboard_0") { c.PowerSupplies.Num = 0 c.PowerSupplies.OIDs = make(map[string]*EpPowerSupply)