DMTF / Redfish-Service-Validator

The Redfish Service Validator is a Python3 tool for checking conformance of any "device" with a Redfish service interface against Redfish CSDL schema
Other
40 stars 34 forks source link

Configurable timeout option #577

Closed plmanik closed 5 days ago

plmanik commented 7 months ago

Hi, As of now timeout option is available in https://github.com/DMTF/Redfish-Service-Validator/blob/4be47bc307c1059421e3d03e596ed3ad8c7fdd0b/redfish_service_validator/traverse.py#L46, is it possible to configure value without changing code like adding to ini file https://github.com/DMTF/Redfish-Service-Validator/blob/4be47bc307c1059421e3d03e596ed3ad8c7fdd0b/config/example.ini or pass as cli argument

Thanks, Mani