summaryrefslogtreecommitdiffstats
path: root/tester/rt/tftp.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tester/tftp: Add a session timeoutChris Johns2023-11-081-16/+28
| | | | | | | | - Fix listener done state - Finish open with the state as finished Closes #4959
* tester/tftp: Fix recovery of timed out TFTP sessionsChris Johns2021-09-191-33/+118
| | | | | | | | - 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/tftp: Fix prptocol timeout handlingChris Johns2021-09-091-1/+1
| | | | - Change some of the notification messages
* Move all python commands to use env pythonChris Johns2020-09-261-7/+7
| | | | | | | | - If you host does not provide a python command consult the User manual for ways you can run the python commands. - Full package paths are being used to avoid namespace pollution and crosstalk.
* tester: Add support for test-too-longChris Johns2020-09-081-6/+27
| | | | | - A test that loops generating output did not timeout. Monitor the the session time and set a maximum test period.
* tester: Change to a simpler TFTP serverChris Johns2020-09-011-19/+22
| | | | | | | | - Add a simpler TFTP to allow parallel test hardware - Remove the imported tftpy server Closes #4063
* rtems-test: target_exe_filter fails when there is no filter5.1Chris Johns2020-06-171-0/+2
| | | | Closes #4006
* tester: Update the Python TFTP server to fix Python3 issues.Chris Johns2018-11-081-1/+2
| | | | | Updated to af2f2fe89a3bf45748b78703820efb0986a8207a. Repo is https://github.com/msoulier/tftpy.git
* python: Provide support to select a valid python version.Chris Johns2018-11-081-8/+1
| | | | | | | | - Update imports after wrapping the code. - Fix python3 issues. - Fix config path issues for in repo and install runs. Closes #3537
* testing: Generate console message on a second TFTP exe request.Chris Johns2017-10-111-0/+2
|
* Lower the step size for the TFTP timeout.Chris Johns2017-09-211-1/+1
|
* Add TFTP as a back end option for testing. Add telnet as a console option.Chris Johns2017-09-211-0/+208
TFTP runs a local TFTP server on port 69 or another specified port and serves each test for any requested file. Telnet is now a console option.