summaryrefslogtreecommitdiffstats
path: root/tester/rt/report.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tester/tftp: Add a session timeoutChris Johns2023-11-081-1/+1
| | | | | | | | - Fix listener done state - Finish open with the state as finished Closes #4959
* tester: Check for begin/end of testSebastian Huber2022-10-071-3/+3
| | | | | Check for "BEGIN OF TEST" and "END OF TEST" to not use other information blocks such as "END OF GCOV" to determine the test status.
* tester: Fix string representationSebastian Huber2022-07-261-2/+2
|
* tester: Count tester header errorsChris Johns2021-09-091-9/+23
| | | | - Remove the hard tester error and count the header errors.
* tester: Report fatal-error test states as failuresKinsey Moore2020-11-251-0/+1
| | | | | | Tests resulting in the fatal-error state are counted as failures, but are not currently reported in the text summary. This has already been fixed for JSON output.
* tester: Prevent crash with json outputKinsey Moore2020-10-051-1/+1
| | | | | | | | This fixes an issue with json report output that causes a crash due to the incorrect object member being accessed for test-too-long. This also changes treatment of fatal errors to match how they are displayed in the tester log output and changes "fatal error" to "fatal-error" to better match the naming of all the other failure types.
* tester: Add support for test-too-longChris Johns2020-09-081-4/+24
| | | | | - A test that loops generating output did not timeout. Monitor the the session time and set a maximum test period.
* tester: Prefer '_' as test state separator charSebastian Huber2019-12-191-9/+11
|
* tester: Fix the handling of the version and tools recs when running parallel ↵Chris Johns2018-11-271-79/+85
| | | | jobs
* tester: Add reporting the RTEMS version, build and tools.Chris Johns2017-11-111-19/+83
| | | | Update #3217.
* tester: Change the mail subject so it list by BSP in the archives.Chris Johns2017-11-041-13/+20
| | | | | | Change the subject to place the arch/bsp first and then a short score card for the tests so the archive can be listed by subject and you can see regressions.
* tester: Refactor to use INI format files for BSP configurations.Chris Johns2017-10-241-1/+1
| | | | | | | - Add support for user condfigurations files with the --user-config. - Add support for a $HOME/.rtemstesterrc for a user configuration. Closes #3204.
* tester: Add an executable file name filter.Chris Johns2017-10-231-1/+1
| | | | | | | The exe filter lets a BSP change the executable file to something that can be downloaded to the target. For example U-Boot requires the image format. The tester can now be configured to on-demand generate a specific image for the target as the tester runs.
* tester: Fix excluded fails processing.Chris Johns2017-10-121-1/+1
|
* tester: Add support to email results.Chris Johns2017-10-121-28/+40
|
* testing: Print the output after the result. Easier to find and review failures.Chris Johns2017-10-111-2/+4
|
* Add TFTP as a back end option for testing. Add telnet as a console option.Chris Johns2017-09-211-4/+17
| | | | | | | TFTP runs a local TFTP server on port 69 or another specified port and serves each test for any requested file. Telnet is now a console option.
* tester: Add support for expected-fail, user-input, and benchmarks.Chris Johns2017-04-041-30/+78
| | | | | | Count the errors for the states listed and add running totals. Kill the test process if the test state is user-input or benchmark.
* rtemstoolkit: Fix execute's writer thread to not eval() the input.Chris Johns2016-03-141-2/+2
| | | | | | | | | | | | The conversion to Python3 added an eval() call which is wrong. Fix the spelling in execute. Fix labels in the tester gdb locking. Check the debug-trace arguments. Close #2642.
* rt: Add the rtems-tester.Chris Johns2014-02-151-0/+185