summaryrefslogtreecommitdiffstats
path: root/tester/rt/config.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* tester/console: Fix restart regx checkChris Johns2023-12-141-1/+1
* tester/tftp: Add a session timeoutChris Johns2023-11-081-12/+30
* rtemstoolkit: Fix shlex.split to use posix mode and add unit test for pipe op...Muhammad Sulthan Mazaya2023-06-211-1/+1
* tester/rt: use shlex.split to split command argsMuhammad Sulthan Mazaya2023-06-211-1/+2
* tester/gdb: allow kill on the test endKarel Gardas2022-05-291-0/+1
* tester/wait: Add a wait directive to the testerChris Johns2021-09-211-2/+25
* tester/tftp: Fix recovery of timed out TFTP sessionsChris Johns2021-09-191-17/+31
* tester: Count tester header errorsChris Johns2021-09-091-1/+1
* Move all python commands to use env pythonChris Johns2020-09-261-15/+15
* tester: Add support for test-too-longChris Johns2020-09-081-17/+28
* rtems-test: target_exe_filter fails when there is no filter5.1Chris Johns2020-06-171-0/+1
* tester: Ignore the execute return code for some commandsChris Johns2019-02-081-1/+1
* rtemstoolkit/config: Unlock when printing to avoid blocking.Chris Johns2019-02-081-1/+10
* tester: Fix the handling of the version and tools recs when running parallel ...Chris Johns2018-11-271-39/+43
* python: Provide support to select a valid python version.Chris Johns2018-11-081-3/+3
* tester: Add reporting the RTEMS version, build and tools.Chris Johns2017-11-111-7/+12
* tester: Fix the output so the report end analysis works.Chris Johns2017-11-031-2/+2
* tester: Add the rtems-run command.Chris Johns2017-11-031-22/+73
* tester: Refactor to use INI format files for BSP configurations.Chris Johns2017-10-241-48/+54
* tester: Add an executable file name filter.Chris Johns2017-10-231-13/+55
* tester: Add pretest and posttest target commands with @ARCH@, @BSP@ and @EXE@...Chris Johns2017-10-211-5/+13
* tester: Use a target ON command before the first test.Chris Johns2017-10-211-1/+1
* tester: Change the capture console prompt to avoid email reply processing in ...Chris Johns2017-10-121-1/+1
* tester: Add a tester off to turn the target off when finished.Chris Johns2017-10-101-10/+20
* Add a target start and target reset to manage boards that do not boot cleanly.Chris Johns2017-10-071-19/+32
* tester: Add a target reset regular expression to detect a reset.Chris Johns2017-10-051-1/+15
* tester: Fix the TFTP ok to kill deadlock.Chris Johns2017-09-211-1/+3
* Add TFTP as a back end option for testing. Add telnet as a console option.Chris Johns2017-09-211-9/+80
* tester: Add support for expected-fail, user-input, and benchmarks.Chris Johns2017-04-041-2/+16
* Update rtems-tool to support Python 2 and 3.Chris Johns2016-03-031-2/+4
* Python 3 compatibilitySebastian Huber2015-11-121-1/+1
* test: Strengthen the timeout handling by killing the process.Chris Johns2014-06-011-2/+8
* tester: Correctly handle contro-c.Chris Johns2014-05-311-1/+8
* tester: The process returns an exit code not an errno.Chris Johns2014-03-261-1/+1
* rt: Add the rtems-tester.Chris Johns2014-02-151-0/+205