summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2023-01-19 21:47:44 +0300
committerEd Tanous <edtanous@google.com>2023-01-19 21:48:07 +0300
commit7b395d7c9538360f8b034481fedcdeb5d3ee784b (patch)
tree56396941ce648385b4df72618a43ea25da10b2b4 /scripts
parentd678d4fc59f131cf9820c1783f86a4a6ede32995 (diff)
downloadbmcweb-7b395d7c9538360f8b034481fedcdeb5d3ee784b.tar.xz
Remove OemSession from metadata
In d678d4fc59f131cf9820c1783f86a4a6ede32995 I forgot to remove OemSession from the metadata, and it now returns invalid. This was missed in testsing, because this was originally stacked with patches that remove the $metadata hardcoding entirely, so with that patch, this error wasn't present. Tested: CI can catch this just fine. Regression fix. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I56ad68846174d42004565dd3bc75f3008720d58a
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update_schemas.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py
index b0bf0d4cb1..ef093dda28 100755
--- a/scripts/update_schemas.py
+++ b/scripts/update_schemas.py
@@ -355,15 +355,6 @@ with open(metadata_index_path, "w") as metadata_index:
)
metadata_index.write(" </edmx:Reference>\n")
- metadata_index.write(
- ' <edmx:Reference Uri="/redfish/v1/schema/OemSession_v1.xml">\n'
- )
- metadata_index.write(' <edmx:Include Namespace="OemSession"/>\n')
- metadata_index.write(
- ' <edmx:Include Namespace="OemSession.v1_0_0"/>\n'
- )
- metadata_index.write(" </edmx:Reference>\n")
-
metadata_index.write("</edmx:Edmx>\n")