summaryrefslogtreecommitdiffstats
path: root/tester/rt (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-22test, rtemstoolkit: Fix regx escape errors on python 3.12HEADmasterChris Johns2-3/+3
2023-12-14tester/console: Fix restart regx checkChris Johns1-1/+1
2023-11-08tester/tftp: Add a session timeoutChris Johns5-36/+110
2023-09-11rtems-tools: stty rename / spelling bug.Sam Price1-1/+1
2023-08-11tester: Use shorter SHA512 encodingSebastian Huber1-1/+2
2023-06-21rtemstoolkit: Fix shlex.split to use posix mode and add unit test for pipe op...Muhammad Sulthan Mazaya1-1/+1
2023-06-21tester/rt: use shlex.split to split command argsMuhammad Sulthan Mazaya1-1/+2
2022-10-07tester: Check for begin/end of testSebastian Huber1-3/+3
2022-08-08tester: Sort test reports for JSON/YAMLSebastian Huber1-1/+1
2022-07-26tester: Normalize JSON and YAML reportsSebastian Huber1-151/+42
2022-07-26tester: Fix string representationSebastian Huber1-2/+2
2022-05-29tester/gdb: allow kill on the test endKarel Gardas1-0/+1
2022-01-10tester/exe: Fix adjust timeouts by the step sizeSebastian Huber1-3/+3
2021-10-29rtems-bsp-builder: Fix mail supportAlex White1-1/+16
2021-09-21tester/wait: Add a wait directive to the testerChris Johns2-2/+179
2021-09-21tester/exe: Adjust timeouts by the step sizeChris Johns1-3/+3
2021-09-19tester/tftp: Fix recovery of timed out TFTP sessionsChris Johns5-59/+183
2021-09-19tester: Simplify the console data handlingChris Johns1-7/+4
2021-09-15check.py: Fix incorrect use of os.linesepRyan Long1-2/+2
2021-09-09tester/tftp: Fix prptocol timeout handlingChris Johns2-15/+15
2021-09-09tester: Count tester header errorsChris Johns3-12/+29
2021-09-09tester/telnet: Only reopen once a secondChris Johns1-1/+9
2021-05-25rtems-bsp-builder: Change to waf build systemRyan Long1-9/+26
2021-05-18tester: Avoid TFTP race conditionKinsey Moore1-2/+2
2021-04-06coverage.py: Call covoar onceAlex White1-30/+30
2021-03-30tester: Limit branch coverage percentage precisionAlex White1-1/+1
2021-03-30coverage: Fix option processing on FreeBSDAlex White1-2/+5
2021-03-30coverage: Give coverage bars red backgroundAlex White1-0/+3
2021-03-30coverage/reports: Share common JS and CSS in reportsAlex White1-5/+6
2021-03-30coverage/reports: Improve formatting and clarityAlex White1-4/+15
2021-03-30covoar/reports: Add new statistics to summaryAlex White1-13/+20
2021-03-30tester: Remove target from BSP coverage configsAlex White1-1/+2
2020-12-16tester: Add yaml format to the supported report formatsCláudio Maia1-2/+114
2020-11-25tester: Report fatal-error test states as failuresKinsey Moore1-0/+1
2020-10-05tester: Prevent crash with json outputKinsey Moore2-4/+7
2020-09-26Move all python commands to use env pythonChris Johns10-211/+71
2020-09-08tester: Add support for test-too-longChris Johns6-56/+345
2020-09-07tester: Fix TFTP server Python2 issues.Chris Johns1-4/+28
2020-09-01tester: Change to a simpler TFTP serverChris Johns12-2193/+721
2020-06-17rtems-test: target_exe_filter fails when there is no filter5.1Chris Johns2-0/+3
2020-03-30tester/gdb: Add lock timing and remote fetching registers.Chris Johns1-3/+6
2020-03-17Improve Python 3 compatibilitySebastian Huber1-1/+1
2020-02-26tester: Use prefix for rtems_tools by defaultSebastian Huber1-0/+2
2019-12-19tester: Prefer '_' as test state separator charSebastian Huber1-9/+11
2019-11-22tester: Add basic support to generate JUnit test reportsHesham Almatary1-1/+51
2019-09-24Fix exception when no output format is specifiedKinsey Moore1-0/+2
2019-09-05bsp-builder: Do not clean the build space when starting with --no-cleanChris Johns1-1/+1
2019-09-05tester: Minor fix to prefix handling.Chris Johns1-3/+1
2019-09-05tester/tftp: Handle ctl-C when active.Chris Johns1-7/+12
2019-08-22Add JSON log generationKinsey Moore1-13/+111