Skip to content

Commit

Permalink
Removed test, added verbose message
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas <[email protected]>
  • Loading branch information
tomasg2012 committed Nov 13, 2024
1 parent fd3f8b6 commit a5c9ea6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
1 change: 1 addition & 0 deletions redfish_interop_validator/interop.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,7 @@ def validateInteropResource(propResourceObj, interop_profile, rf_payload):

_, use_case_applies = checkComparison(target_payload.get(entry_key, REDFISH_ABSENT), entry_comparison, entry_values)
else:
my_logger.verbose1('Type {} was not found in parent typechain'.format(target_type))
use_case_applies = False


Expand Down
23 changes: 0 additions & 23 deletions test-profiles/UseCaseType_PortProtocol.json

This file was deleted.

0 comments on commit a5c9ea6

Please sign in to comment.