summaryrefslogtreecommitdiffstats
path: root/tester/rt (follow)
Commit message (Expand)AuthorAgeFilesLines
* test, rtemstoolkit: Fix regx escape errors on python 3.12HEADmasterChris Johns4 days2-3/+3
* tester/console: Fix restart regx checkChris Johns2023-12-141-1/+1
* tester/tftp: Add a session timeoutChris Johns2023-11-085-36/+110
* rtems-tools: stty rename / spelling bug.Sam Price2023-09-111-1/+1
* tester: Use shorter SHA512 encodingSebastian Huber2023-08-111-1/+2
* 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: Check for begin/end of testSebastian Huber2022-10-071-3/+3
* tester: Sort test reports for JSON/YAMLSebastian Huber2022-08-081-1/+1
* tester: Normalize JSON and YAML reportsSebastian Huber2022-07-261-151/+42
* tester: Fix string representationSebastian Huber2022-07-261-2/+2
* tester/gdb: allow kill on the test endKarel Gardas2022-05-291-0/+1
* tester/exe: Fix adjust timeouts by the step sizeSebastian Huber2022-01-101-3/+3
* rtems-bsp-builder: Fix mail supportAlex White2021-10-291-1/+16
* tester/wait: Add a wait directive to the testerChris Johns2021-09-212-2/+179
* tester/exe: Adjust timeouts by the step sizeChris Johns2021-09-211-3/+3
* tester/tftp: Fix recovery of timed out TFTP sessionsChris Johns2021-09-195-59/+183
* tester: Simplify the console data handlingChris Johns2021-09-191-7/+4
* check.py: Fix incorrect use of os.linesepRyan Long2021-09-151-2/+2
* tester/tftp: Fix prptocol timeout handlingChris Johns2021-09-092-15/+15
* tester: Count tester header errorsChris Johns2021-09-093-12/+29
* tester/telnet: Only reopen once a secondChris Johns2021-09-091-1/+9
* rtems-bsp-builder: Change to waf build systemRyan Long2021-05-251-9/+26
* tester: Avoid TFTP race conditionKinsey Moore2021-05-181-2/+2
* coverage.py: Call covoar onceAlex White2021-04-061-30/+30
* tester: Limit branch coverage percentage precisionAlex White2021-03-301-1/+1
* coverage: Fix option processing on FreeBSDAlex White2021-03-301-2/+5
* coverage: Give coverage bars red backgroundAlex White2021-03-301-0/+3
* coverage/reports: Share common JS and CSS in reportsAlex White2021-03-301-5/+6
* coverage/reports: Improve formatting and clarityAlex White2021-03-301-4/+15
* covoar/reports: Add new statistics to summaryAlex White2021-03-301-13/+20
* tester: Remove target from BSP coverage configsAlex White2021-03-301-1/+2
* tester: Add yaml format to the supported report formatsCláudio Maia2020-12-161-2/+114
* tester: Report fatal-error test states as failuresKinsey Moore2020-11-251-0/+1
* tester: Prevent crash with json outputKinsey Moore2020-10-052-4/+7
* Move all python commands to use env pythonChris Johns2020-09-2610-211/+71
* tester: Add support for test-too-longChris Johns2020-09-086-56/+345
* tester: Fix TFTP server Python2 issues.Chris Johns2020-09-071-4/+28
* tester: Change to a simpler TFTP serverChris Johns2020-09-0112-2193/+721
* rtems-test: target_exe_filter fails when there is no filter5.1Chris Johns2020-06-172-0/+3
* tester/gdb: Add lock timing and remote fetching registers.Chris Johns2020-03-301-3/+6
* Improve Python 3 compatibilitySebastian Huber2020-03-171-1/+1
* tester: Use prefix for rtems_tools by defaultSebastian Huber2020-02-261-0/+2
* tester: Prefer '_' as test state separator charSebastian Huber2019-12-191-9/+11
* tester: Add basic support to generate JUnit test reportsHesham Almatary2019-11-221-1/+51
* Fix exception when no output format is specifiedKinsey Moore2019-09-241-0/+2
* bsp-builder: Do not clean the build space when starting with --no-cleanChris Johns2019-09-051-1/+1
* tester: Minor fix to prefix handling.Chris Johns2019-09-051-3/+1
* tester/tftp: Handle ctl-C when active.Chris Johns2019-09-051-7/+12
* Add JSON log generationKinsey Moore2019-08-221-13/+111