Skip to content

Commit

Permalink
CASMHMS-6233: Quick test of unrelated code
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlv committed Jul 17, 2024
1 parent a91ff27 commit a3f13f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/redfish/rfcomponents.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a3f13f3

Please sign in to comment.