Skip to content

Commit

Permalink
1. use the "Location.PartLocation.ServiceLabel == NCSI" to identify N…
Browse files Browse the repository at this point in the history
…CSI cable;

2. use "UpstreamChassis" to identify the local device;
3. use "DownstreamChassis" to identify the remote device.

PiperOrigin-RevId: 491474831
  • Loading branch information
ecclesia-robot authored and copybara-github committed Nov 30, 2022
1 parent 7a66175 commit 2f6d767
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ecclesia/lib/redfish/property_definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ inline constexpr char kRfPropertyNvmeSmartCriticalWarnings[] =
"NVMeSMARTCriticalWarnings";
inline constexpr char kRfPropertyLinks[] = "Links";
inline constexpr char kRfPropertyContainedBy[] = "ContainedBy";
inline constexpr char kRfPropertyDownstreamChassis[] = "DownstreamChassis";
inline constexpr char kRfPropertyUpstreamChassis[] = "UpstreamChassis";
inline constexpr char kRfPropertyOriginOfCondition[] = "OriginOfCondition";
inline constexpr char kRfPropertyPcieDevice[] = "PCIeDevice";
inline constexpr char kRfPropertyPcieDevices[] = "PCIeDevices";
Expand Down

0 comments on commit 2f6d767

Please sign in to comment.