summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGeorge Liu <liuxiwei@inspur.com>2022-10-06 04:19:46 +0300
committerEd Tanous <ed@tanous.net>2022-10-18 00:29:22 +0300
commitbf7e67e7210df3db013df5fe4c232737fe1eb10b (patch)
tree067056b8f6bcac35cebd87b1dcd604f9d9196664 /scripts
parentfb0ecc3e7450dcca9f4b33c04c8fd3c581035f42 (diff)
downloadbmcweb-bf7e67e7210df3db013df5fe4c232737fe1eb10b.tar.xz
Add EnvironmentMetrics schema
Based on DSP8010_2022.2 and adds the EnvironmentMetrics schema. Tested: built bmcweb successfully and validator passes Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I994b48c544edc22a6bf99187b536f3e51e10b052
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update_schemas.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py
index 18c99b78ea..f0d70b8920 100755
--- a/scripts/update_schemas.py
+++ b/scripts/update_schemas.py
@@ -43,6 +43,7 @@ include_list = [
"ComputerSystemCollection",
"Drive",
"DriveCollection",
+ 'EnvironmentMetrics',
"EthernetInterface",
"EthernetInterfaceCollection",
"Event",