rdkcentral / python_raft

RAFT is a Python based testing framework for writing engineering tests. It provides a modular, config driven, low level testing framework
Apache License 2.0
3 stars 0 forks source link

readUntil method has no timeout argument in console classes #109

Open TB-1993 opened 6 days ago

TB-1993 commented 6 days ago

Description:

Problem: Only the sshConsole type has a timeout argument in the console classes. Other console types will not accept the additional argument and will error out. Steps to Reproduce: Pass a timeout argument to the console class when the rackConfig is not starting an ssh console. Expected Behavior: All console classes should accept the timeout argument and process them as a timeout, exiting the method after the time has passed, rather than erroring out when the argument is passed to it.

Ulrond commented 5 days ago

has this started?