Re: [PATCH] tester: Change to a simpler TFTP server

2020-08-30 Thread Chris Johns
On 28/8/20 1:44 am, Gedare Bloom wrote: > https://docs.rtems.org/branches/master/eng/coding-file-hdr.html#python-file-template I have reviewed the templates and I will post some minor changes. The Python one should change ... # File documentation block to ... ''Module documentation block''' Th

Re: [PATCH] tester: Change to a simpler TFTP server

2020-08-28 Thread Gedare Bloom
On Thu, Aug 27, 2020 at 5:25 PM Chris Johns wrote: > > On 28/8/20 1:44 am, Gedare Bloom wrote: > > On Wed, Aug 26, 2020 at 10:56 PM wrote: > >> > >> From: Chris Johns > >> > >> - Add a simpler TFTP to allow parallel test hardware > >> > >> - Remove the imported tftpy server > >> > >> Closes #406

Re: [PATCH] tester: Change to a simpler TFTP server

2020-08-27 Thread Chris Johns
On 28/8/20 1:44 am, Gedare Bloom wrote: > On Wed, Aug 26, 2020 at 10:56 PM wrote: >> >> From: Chris Johns >> >> - Add a simpler TFTP to allow parallel test hardware >> >> - Remove the imported tftpy server >> >> Closes #4063 >> --- >> tester/rt/tftp.py| 37 +- >> tester/rt/t