summaryrefslogtreecommitdiffstats
path: root/tester/rt/test.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* test, rtemstoolkit: Fix regx escape errors on python 3.12HEADmasterChris Johns10 days1-2/+2
* tester/tftp: Add a session timeoutChris Johns2023-11-081-0/+1
* tester: Use shorter SHA512 encodingSebastian Huber2023-08-111-1/+2
* tester: Sort test reports for JSON/YAMLSebastian Huber2022-08-081-1/+1
* tester: Normalize JSON and YAML reportsSebastian Huber2022-07-261-151/+42
* tester: Count tester header errorsChris Johns2021-09-091-2/+5
* tester: Add yaml format to the supported report formatsCláudio Maia2020-12-161-2/+114
* tester: Prevent crash with json outputKinsey Moore2020-10-051-3/+6
* Move all python commands to use env pythonChris Johns2020-09-261-26/+24
* tester: Add support for test-too-longChris Johns2020-09-081-2/+4
* tester: Use prefix for rtems_tools by defaultSebastian Huber2020-02-261-0/+2
* 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
* tester: Minor fix to prefix handling.Chris Johns2019-09-051-3/+1
* Add JSON log generationKinsey Moore2019-08-221-13/+111
* Coverage : install covoar in tester/binVijay Kumar Banerjee2018-11-271-0/+2
* tester: Minor formatting change.Chris Johns2018-11-261-1/+2
* python: Provide support to select a valid python version.Chris Johns2018-11-081-8/+8
* config: Consolidate the version information into a single configuration fileChris Johns2018-10-031-1/+1
* tester: Make the path to covoar absolute to ignore the env PATH.Chris Johns2018-06-181-6/+9
* tester: Add script to generate html coverage report from covoar outputVijay Kumar Banerjee2018-06-051-10/+24
* teater: Filter out an *.norun.* executables.Chris Johns2018-04-101-9/+3
* tester: Add reporting the RTEMS version, build and tools.Chris Johns2017-11-111-4/+14
* tester: Change the mail subject so it list by BSP in the archives.Chris Johns2017-11-041-1/+5
* tester: Fix the output so the report end analysis works.Chris Johns2017-11-031-1/+1
* tester: Add the rtems-run command.Chris Johns2017-11-031-47/+5
* tester: Minor fix to the test results mail.Chris Johns2017-10-251-1/+1
* tester: Check mail parameters early so users can fix.Chris Johns2017-10-251-5/+8
* tester: Add a BSP field to each BSP INI configuration section.Chris Johns2017-10-251-5/+3
* tester: Refactor to use INI format files for BSP configurations.Chris Johns2017-10-241-14/+53
* tester: Remove pass status messages from the email log posts.Chris Johns2017-10-211-1/+19
* tester: Add support to email results.Chris Johns2017-10-121-2/+39
* tester: Add a tester off to turn the target off when finished.Chris Johns2017-10-101-1/+1
* Add TFTP as a back end option for testing. Add telnet as a console option.Chris Johns2017-09-211-47/+3
* tester: Add support for expected-fail, user-input, and benchmarks.Chris Johns2017-04-041-3/+0
* tester: Fix reraising an exception with Python2 and Python3.Chris Johns2016-03-161-4/+46
* rtemstoolkit: Fix execute's writer thread to not eval() the input.Chris Johns2016-03-141-1/+4
* Remove exception test code left in.Chris Johns2016-03-091-1/+0
* Python 2 and python 3 refactor fixes.Chris Johns2016-03-091-0/+4
* Update rtems-tool to support Python 2 and 3.Chris Johns2016-03-031-6/+8
* Add release versioning support.Chris Johns2015-12-091-2/+2
* Python 3 compatibilitySebastian Huber2015-11-121-11/+11
* Fixes to the run the waf built tests when installed.Chris Johns2015-02-081-3/+7
* Install the rtems-test command.Chris Johns2015-02-081-1/+1
* typoBen Gras2014-11-021-1/+1
* tester: Correctly handle contro-c.Chris Johns2014-05-311-16/+26
* add --filter to specify the set of selected tests.Ben Gras2014-05-091-3/+12
* rt: Add the rtems-tester.Chris Johns2014-02-151-0/+304