summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChicago Duan <duanzhijia01@inspur.com>2022-09-30 13:03:05 +0300
committerEd Tanous <ed@tanous.net>2022-10-05 20:29:54 +0300
commitfe9bd2ddc38fbb12ae3caa9f9691dc75855ac7fc (patch)
treef17bcd531fd69b96782481a4666388cdf0b5e599 /scripts
parent18e3f7fb9d6888a09c0d5f5ab9275f314cc22b40 (diff)
downloadbmcweb-fe9bd2ddc38fbb12ae3caa9f9691dc75855ac7fc.tar.xz
Add PowerSubsystem PowerSupply and PowerSupplyCollection schema
Add schemas for PowerSubsystem PowerSupply and PowerSupplyCollection. Tested: built bmcweb successfully and validator passes. Signed-off-by: Chicago Duan <duanzhijia01@inspur.com> Change-Id: I913d690108e30c841d5dec5fa37c7b9cee43f7c1
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update_schemas.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py
index 1c888173bd..18c99b78ea 100755
--- a/scripts/update_schemas.py
+++ b/scripts/update_schemas.py
@@ -86,6 +86,9 @@ include_list = [
"PhysicalContext",
"PCIeSlots",
"Power",
+ "PowerSubsystem",
+ "PowerSupply",
+ "PowerSupplyCollection",
"Privileges", # Used in Role
"Processor",
"ProcessorCollection",