Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a param to force use serial session in case of failure
Currently, we do have a logic in wait_for_login to return serial session incase of failure if provided by the user through function param, this patch extends that functionality by adding a param which can be used to set, So serial session is returned in case of failure, as most of the testcases using wait_for_login with default params and we do not need to modify the testcases, this can be useful during certain env issues if we want to force use serial logins for the same test. Signed-off-by: Satheesh Rajendran <[email protected]>
- Loading branch information