diff options
| author | Jason M. Bills <jason.m.bills@linux.intel.com> | 2019-10-14 15:44:35 -0700 |
|---|---|---|
| committer | Jason Bills <jason.m.bills@linux.intel.com> | 2019-10-29 18:42:47 +0000 |
| commit | adbe192a68306d403c2546dbc8ebf98ae5a99d7b (patch) | |
| tree | b6ee0f1f8d3487176a6e07c902df940b86d32f4b /redfish-core/include | |
| parent | 5b61b5e8283e79f11a0b6bacddfbade652ace880 (diff) | |
| download | bmcweb-adbe192a68306d403c2546dbc8ebf98ae5a99d7b.tar.gz bmcweb-adbe192a68306d403c2546dbc8ebf98ae5a99d7b.zip | |
Update to Chassis 1.10 and add PCIeDeviceCollection support
v1.10 of Chassis adds a PCIeDeviceCollection. This change adds
support for the PCIeDeviceCollection and references it from
Chassis.
Tested:
Passed the Redfish Service Validator.
Change-Id: If3bb75f4fa90a9df4a2a94a7c7e0bcaf37673723
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
Diffstat (limited to 'redfish-core/include')
| -rw-r--r-- | redfish-core/include/redfish.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redfish-core/include/redfish.hpp b/redfish-core/include/redfish.hpp index 2a6dce7..d0e0531 100644 --- a/redfish-core/include/redfish.hpp +++ b/redfish-core/include/redfish.hpp @@ -147,6 +147,7 @@ class RedfishService nodes.emplace_back(std::make_unique<TrustStoreCertificate>(app)); nodes.emplace_back(std::make_unique<SystemPCIeFunctionCollection>(app)); nodes.emplace_back(std::make_unique<SystemPCIeFunction>(app)); + nodes.emplace_back(std::make_unique<SystemPCIeDeviceCollection>(app)); nodes.emplace_back(std::make_unique<SystemPCIeDevice>(app)); nodes.emplace_back(std::make_unique<SensorCollection>(app)); |

