summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGeorge Liu <liuxiwei@inspur.com>2023-02-21 09:38:49 +0300
committerGeorge Liu <liuxiwei@inspur.com>2023-02-24 03:18:25 +0300
commit7da1c58890e82194ff83ca6c8d55b5c327f2444a (patch)
tree23e1981c3d1622435d931169c38d0580a4647b6b /scripts
parent03457a9c803cfd000093ba842a38876e384c7452 (diff)
downloadbmcweb-7da1c58890e82194ff83ca6c8d55b5c327f2444a.tar.xz
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 <liuxiwei@inspur.com> Change-Id: I9adfa852c3b9c5deaace0c958e477a67d49f4939
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update_schemas.py2
1 files changed, 2 insertions, 0 deletions
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",