# # ChangeLog for tester/rt/tftp.py in rtems-tools # # Generated by Trac 1.2.1.dev0 # 05/19/24 11:33:00 Thu, 21 Sep 2017 11:33:56 GMT Chris Johns [3ed65c0] * tester/rt/tftp.py (modified) Lower the step size for the TFTP timeout. Thu, 21 Sep 2017 08:26:20 GMT Chris Johns [3a867a4] * tester/rt/config.py (modified) * tester/rt/console.py (modified) * tester/rt/report.py (modified) * tester/rt/stty.py (modified) * tester/rt/telnet.py (added) * tester/rt/test.py (modified) * tester/rt/tftp.py (added) * tester/rt/tftpy/COPYING (added) * tester/rt/tftpy/README (added) * tester/rt/tftpy/TftpClient.py (added) * tester/rt/tftpy/TftpContexts.py (added) * tester/rt/tftpy/TftpPacketFactory.py (added) * tester/rt/tftpy/TftpPacketTypes.py (added) * tester/rt/tftpy/TftpServer.py (added) * tester/rt/tftpy/TftpShared.py (added) * tester/rt/tftpy/TftpStates.py (added) * tester/rt/tftpy/__init__.py (added) * tester/rtems/testing/bsps/beagleboneblack.mc (added) * tester/rtems/testing/tftp.cfg (added) Add TFTP as a back end option for testing. Add telnet as a console ...