From 7da1c58890e82194ff83ca6c8d55b5c327f2444a Mon Sep 17 00:00:00 2001 From: George Liu Date: Tue, 21 Feb 2023 14:38:49 +0800 Subject: Add Ports schema Based on DSP8010_2022.3 and adds the Ports schema. The port is a child of the FabricAdapters schema, and the PortCollection schema will collect all Ports information, each Port contains Location, LocationIndicatorActive, etc., and these functions will be implemented in the next patch. Tested: built bmcweb successfully and validator passes. Signed-off-by: George Liu Change-Id: I9adfa852c3b9c5deaace0c958e477a67d49f4939 --- scripts/update_schemas.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py index 022396d1e6..da7c3acc6e 100755 --- a/scripts/update_schemas.py +++ b/scripts/update_schemas.py @@ -87,6 +87,8 @@ include_list = [ "PCIeFunctionCollection", "PhysicalContext", "PCIeSlots", + "Port", + "PortCollection", "Power", "PowerSubsystem", "PowerSupply", -- cgit v1.2.3