summaryrefslogtreecommitdiffstats
path: root/tester/rt/test.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-26tester: Use prefix for rtems_tools by defaultSebastian Huber1-0/+2
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-05tester: Minor fix to prefix handling.Chris Johns1-3/+1
2019-08-22Add JSON log generationKinsey Moore1-13/+111
2018-11-27Coverage : install covoar in tester/binVijay Kumar Banerjee1-0/+2
2018-11-26tester: Minor formatting change.Chris Johns1-1/+2
2018-11-08python: Provide support to select a valid python version.Chris Johns1-8/+8
2018-10-03config: Consolidate the version information into a single configuration fileChris Johns1-1/+1
2018-06-18tester: Make the path to covoar absolute to ignore the env PATH.Chris Johns1-6/+9
2018-06-05tester: Add script to generate html coverage report from covoar outputVijay Kumar Banerjee1-10/+24
2018-04-10teater: Filter out an *.norun.* executables.Chris Johns1-9/+3
2017-11-11tester: Add reporting the RTEMS version, build and tools.Chris Johns1-4/+14
2017-11-04tester: Change the mail subject so it list by BSP in the archives.Chris Johns1-1/+5
2017-11-03tester: Fix the output so the report end analysis works.Chris Johns1-1/+1
2017-11-03tester: Add the rtems-run command.Chris Johns1-47/+5
2017-10-25tester: Minor fix to the test results mail.Chris Johns1-1/+1
2017-10-25tester: Check mail parameters early so users can fix.Chris Johns1-5/+8
2017-10-25tester: Add a BSP field to each BSP INI configuration section.Chris Johns1-5/+3
2017-10-24tester: Refactor to use INI format files for BSP configurations.Chris Johns1-14/+53
2017-10-21tester: Remove pass status messages from the email log posts.Chris Johns1-1/+19
2017-10-12tester: Add support to email results.Chris Johns1-2/+39
2017-10-10tester: Add a tester off to turn the target off when finished.Chris Johns1-1/+1
2017-09-21Add TFTP as a back end option for testing. Add telnet as a console option.Chris Johns1-47/+3
2017-04-04tester: Add support for expected-fail, user-input, and benchmarks.Chris Johns1-3/+0
2016-03-16tester: Fix reraising an exception with Python2 and Python3.Chris Johns1-4/+46
2016-03-14rtemstoolkit: Fix execute's writer thread to not eval() the input.Chris Johns1-1/+4
2016-03-09Remove exception test code left in.Chris Johns1-1/+0
2016-03-09Python 2 and python 3 refactor fixes.Chris Johns1-0/+4
2016-03-03Update rtems-tool to support Python 2 and 3.Chris Johns1-6/+8
2015-12-09Add release versioning support.Chris Johns1-2/+2
2015-11-12Python 3 compatibilitySebastian Huber1-11/+11
2015-02-08Fixes to the run the waf built tests when installed.Chris Johns1-3/+7
2015-02-08Install the rtems-test command.Chris Johns1-1/+1
2014-11-02typoBen Gras1-1/+1
2014-05-31tester: Correctly handle contro-c.Chris Johns1-16/+26
2014-05-09add --filter to specify the set of selected tests.Ben Gras1-3/+12
2014-02-15rt: Add the rtems-tester.Chris Johns1-0/+304