From 5c5804dd3b9b0050dbb059cdb9fa3e5eaf25ea63 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Mon, 13 Feb 2023 13:35:04 -0800 Subject: Fix bad namespaces This was missed by me; At the same time as we were resolving the redfish-service-validator failure[1], I was trying to fix this. So in the result I saw: ERROR - Validation has failed: 2 problems found Which I thought was the existing false-positive, but turns out was hiding the namespace issue. Mea Culpa. [1]: https://github.com/DMTF/Redfish-Service-Validator/issues/533 Tested: Redfish service validator actually passes. Signed-off-by: Ed Tanous Change-Id: I51de9d508539756394ead1bca437ca37b61f5e40 --- scripts/update_schemas.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py index f93082cf22..022396d1e6 100755 --- a/scripts/update_schemas.py +++ b/scripts/update_schemas.py @@ -348,10 +348,10 @@ with open(metadata_index_path, "w") as metadata_index: '/redfish/v1/schema/OpenBMCAccountService_v1.xml">\n' ) metadata_index.write( - ' \n' + ' \n' ) metadata_index.write( - ' \n' + ' \n' ) metadata_index.write(" \n") -- cgit v1.2.3