You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2024. It is now read-only.
This line:
Redfish-Service-Conformance-Check/rfs_test/TEST_protocol_details.py
Line 3401 in 81e3117
causes KeyError when checking if properties marked with 'Redfish.Required' in the schema are not present in the returned json_body.
The test should probably be something like this instead:
if property.Name not in json_payload.keys() :
The text was updated successfully, but these errors were encountered: