summaryrefslogtreecommitdiffstats
path: root/tester/rt/exe.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tester/exe: Adjust timeouts by the step sizeChris Johns2021-09-211-3/+3
|
* tester/tftp: Fix recovery of timed out TFTP sessionsChris Johns2021-09-191-0/+12
| | | | | | | | - Add support to retry the tftp session if the target has not started - Add target handlers for the test directives to allow recovery on error
* tester: Add support for test-too-longChris Johns2020-09-081-0/+172
- A test that loops generating output did not timeout. Monitor the the session time and set a maximum test period.