summaryrefslogtreecommitdiff
path: root/tester/rt/stty.py (follow)
AgeCommit message (Collapse)Author
2018-11-08python: Provide support to select a valid python version.Chris Johns
- Update imports after wrapping the code. - Fix python3 issues. - Fix config path issues for in repo and install runs. Closes #3537
2017-09-21Add TFTP as a back end option for testing. Add telnet as a console option.Chris Johns
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.
2017-04-25rtemstoolkit: Move host support access into a separate module.Chris Johns
Moving the host support into a module lets it get used where options is not being used.
2015-11-12Python 3 compatibilitySebastian Huber
2014-02-15rt: Add the rtems-tester.Chris Johns