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
For each leaf profile included in an interop profile, the validator traverses the entire tree again. This means that with each leaf profile added, the time to run the entire validator increases linearly, meaning it can take hours to complete validation if there are many leaf profiles (vs. the same set of requirements expressed in one giant file would only take minutes to validate).
Observed on 2.2.6 with the following command: python ~/Redfish-Interop-Validator/RedfishInteropValidator.py -i https://$BMC_IP -u $BMC_USER -p $BMC_PASS --authtype Session --nooemcheck ~/rfprofiles/profiles/CWBase.v0_0_34.json --debugging --collectionlimit LogEntry 10
For each leaf profile included in an interop profile, the validator traverses the entire tree again. This means that with each leaf profile added, the time to run the entire validator increases linearly, meaning it can take hours to complete validation if there are many leaf profiles (vs. the same set of requirements expressed in one giant file would only take minutes to validate).
Observed on 2.2.6 with the following command:
python ~/Redfish-Interop-Validator/RedfishInteropValidator.py -i https://$BMC_IP -u $BMC_USER -p $BMC_PASS --authtype Session --nooemcheck ~/rfprofiles/profiles/CWBase.v0_0_34.json --debugging --collectionlimit LogEntry 10
Multiple passes through the tree:
The text was updated successfully, but these errors were encountered: