summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2024-02-27 03:57:26 +0300
committerEd Tanous <ed@tanous.net>2024-03-05 18:56:32 +0300
commit1c79f93e70e8e08f2b17a0bb8c38bcfd929bb3e9 (patch)
tree6e5b29670e654d537e405b9223bb13d407c7d680 /scripts
parent7a859ffeb420dd1e5106eab05c4b2ba1bb240920 (diff)
downloadbmcweb-1c79f93e70e8e08f2b17a0bb8c38bcfd929bb3e9.tar.xz
redfish-schema: add Protocol
The Drive schema indirectly references Protocol, but it is missing from the schema list. Modify `update_schemas.py` to include it and run, checking in the results. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic3adad00924d450d3b7062c94ec04fc26e4cc9b9
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 3d8fb038fc..bf395799e3 100755
--- a/scripts/update_schemas.py
+++ b/scripts/update_schemas.py
@@ -101,6 +101,7 @@ include_list = [
"Privileges", # Used in Role
"Processor",
"ProcessorCollection",
+ "Protocol",
"RedfishError",
"RedfishExtensions",
"Redundancy",