-
Notifications
You must be signed in to change notification settings - Fork 80
Description
After running several tests on my target using LISA I suddenly started encountering ssh related problems.
I had 2 mode of failres: failed to scp and failed to connect altogether.
ssh'ing directly into the target from the terminal (ie: outside LISA test environment) worked.
After a bit of digging it seemed that there were many ssh connection looming around that cause the target to reach a limit after which it drops further ssh connection requests.
I am not entirely sure how everything works - but I believe devlib handles the connection steps with the target? If not please let me know and I'll file a bug against the correct module.
NOTE: I might have ctrl+c to interrupt some tests. Not sure if this contributed to the issue or just continuously running tests on a target without rebooting will cause this to happen eventually.