From a5c9ea600ae3fb5eb125d107def7f26b5aef9589 Mon Sep 17 00:00:00 2001 From: Tomas <5571676+tomasg2012@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:49:59 -0600 Subject: [PATCH] Removed test, added verbose message Signed-off-by: Tomas <5571676+tomasg2012@users.noreply.github.com> --- redfish_interop_validator/interop.py | 1 + test-profiles/UseCaseType_PortProtocol.json | 23 --------------------- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 test-profiles/UseCaseType_PortProtocol.json diff --git a/redfish_interop_validator/interop.py b/redfish_interop_validator/interop.py index cb465ad..7eea0ff 100644 --- a/redfish_interop_validator/interop.py +++ b/redfish_interop_validator/interop.py @@ -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 diff --git a/test-profiles/UseCaseType_PortProtocol.json b/test-profiles/UseCaseType_PortProtocol.json deleted file mode 100644 index 9b0cc12..0000000 --- a/test-profiles/UseCaseType_PortProtocol.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "SchemaDefinition": "RedfishInteroperabilityProfile.v1_5_0", - "ProfileName": "UseCaseType_PortProtocol", - "ProfileVersion": "1.0.0", - "Purpose": "Test for UseCaseType 'PortProtocol'. Should pass one test for each PortMetrics in public-acd.", - "Resources": { - "Sensor": { - "UseCases": [ - { - "UseCaseTitle": "Port Metrics", - "UseCaseType": "PortProtocol", - "UseCaseComparison": "Equal", - "UseCaseKeyValues": [ - "RackMount" - ], - "PropertyRequirements": { - "PhysicalContext": {} - } - } - ] - } - } -}