summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2023-02-13 21:24:04 +0300
committerEd Tanous <edtanous@google.com>2023-02-13 21:57:35 +0300
commit5d3a59d3e77a7e147941887a5285c8a47f199e51 (patch)
treee6af2910293d890c7be3fdae64361db9c78535f3
parentf041387d5912db27e0317805e5c341c9c472887a (diff)
downloadbmcweb-5d3a59d3e77a7e147941887a5285c8a47f199e51.tar.xz
Fix casing on OpenBMC
f041387d5912db27e0317805e5c341c9c472887a didn't quite fix the issue due to testing problems, which luckily CI caught. This actually fixes it. Tested: redfish service validator passes. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ieac721477b3e78165559f857c0683d0520b7fcc2
-rwxr-xr-xscripts/update_schemas.py2
-rw-r--r--static/redfish/v1/$metadata/index.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py
index 1586a112ee..f93082cf22 100755
--- a/scripts/update_schemas.py
+++ b/scripts/update_schemas.py
@@ -345,7 +345,7 @@ with open(metadata_index_path, "w") as metadata_index:
metadata_index.write(
' <edmx:Reference Uri="'
- '/redfish/v1/schema/OpenbmcAccountService_v1.xml">\n'
+ '/redfish/v1/schema/OpenBMCAccountService_v1.xml">\n'
)
metadata_index.write(
' <edmx:Include Namespace="OemAccountService"/>\n'
diff --git a/static/redfish/v1/$metadata/index.xml b/static/redfish/v1/$metadata/index.xml
index 6d1fcf7435..b0972d9606 100644
--- a/static/redfish/v1/$metadata/index.xml
+++ b/static/redfish/v1/$metadata/index.xml
@@ -3005,7 +3005,7 @@
<edmx:Include Namespace="OemVirtualMedia"/>
<edmx:Include Namespace="OemVirtualMedia.v1_0_0"/>
</edmx:Reference>
- <edmx:Reference Uri="/redfish/v1/schema/OpenbmcAccountService_v1.xml">
+ <edmx:Reference Uri="/redfish/v1/schema/OpenBMCAccountService_v1.xml">
<edmx:Include Namespace="OemAccountService"/>
<edmx:Include Namespace="OemAccountService.v1_0_0"/>
</edmx:Reference>