summaryrefslogtreecommitdiffstats
path: root/tester/rt/config.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-21tester/wait: Add a wait directive to the testerChris Johns1-2/+25
2021-09-19tester/tftp: Fix recovery of timed out TFTP sessionsChris Johns1-17/+31
2021-09-09tester: Count tester header errorsChris Johns1-1/+1
2020-09-26Move all python commands to use env pythonChris Johns1-15/+15
2020-09-08tester: Add support for test-too-longChris Johns1-17/+28
2020-06-17rtems-test: target_exe_filter fails when there is no filter5.1Chris Johns1-0/+1
2019-02-08tester: Ignore the execute return code for some commandsChris Johns1-1/+1
2019-02-08rtemstoolkit/config: Unlock when printing to avoid blocking.Chris Johns1-1/+10
2018-11-27tester: Fix the handling of the version and tools recs when running parallel ...Chris Johns1-39/+43
2018-11-08python: Provide support to select a valid python version.Chris Johns1-3/+3
2017-11-11tester: Add reporting the RTEMS version, build and tools.Chris Johns1-7/+12
2017-11-03tester: Fix the output so the report end analysis works.Chris Johns1-2/+2
2017-11-03tester: Add the rtems-run command.Chris Johns1-22/+73
2017-10-24tester: Refactor to use INI format files for BSP configurations.Chris Johns1-48/+54
2017-10-23tester: Add an executable file name filter.Chris Johns1-13/+55
2017-10-21tester: Add pretest and posttest target commands with @ARCH@, @BSP@ and @EXE@...Chris Johns1-5/+13
2017-10-21tester: Use a target ON command before the first test.Chris Johns1-1/+1
2017-10-12tester: Change the capture console prompt to avoid email reply processing in ...Chris Johns1-1/+1
2017-10-10tester: Add a tester off to turn the target off when finished.Chris Johns1-10/+20
2017-10-07Add a target start and target reset to manage boards that do not boot cleanly.Chris Johns1-19/+32
2017-10-05tester: Add a target reset regular expression to detect a reset.Chris Johns1-1/+15
2017-09-21tester: Fix the TFTP ok to kill deadlock.Chris Johns1-1/+3
2017-09-21Add TFTP as a back end option for testing. Add telnet as a console option.Chris Johns1-9/+80
2017-04-04tester: Add support for expected-fail, user-input, and benchmarks.Chris Johns1-2/+16
2016-03-03Update rtems-tool to support Python 2 and 3.Chris Johns1-2/+4
2015-11-12Python 3 compatibilitySebastian Huber1-1/+1
2014-06-01test: Strengthen the timeout handling by killing the process.Chris Johns1-2/+8
2014-05-31tester: Correctly handle contro-c.Chris Johns1-1/+8
2014-03-26tester: The process returns an exit code not an errno.Chris Johns1-1/+1
2014-02-15rt: Add the rtems-tester.Chris Johns1-0/+205