summaryrefslogtreecommitdiff
path: root/meta/lib/oeqa/core/runner.py
AgeCommit message (Expand)AuthorFiles
2019-05-17oeqa/runner: Fix subunit setupClass/setupModule failure handlingRichard Purdie1
2019-05-17oeqa/core/runner: Handle unexpectedSucessesRichard Purdie1
2019-05-17oeqa/core/runner: dump stdout and stderr of each test caseMardegan, Alberto1
2018-12-06oeqa/core/runner: Correctly markup regexsRichard Purdie1
2018-12-06oeqa/runner: Sort the test result output by result classRichard Purdie1
2018-12-06oeqa/runner: Always show a summary of success/fail/error/skip countsRichard Purdie1
2018-11-06oeqa/runtime/ptest: Inject results+logs into stored json results fileRichard Purdie1
2018-10-29oeqa/core/runner: Don't add empty log entriesRichard Purdie1
2018-10-29oeqa/core/runner: write testresult to json filesYeoh Ee Peng1
2018-10-18oeqa/core/runner: refactor for OEQA to write json testresultYeoh Ee Peng1
2018-08-23oeqa/runner: Print any errors/failures earlyRichard Purdie1
2018-08-23oeqa/runner: Use the proper logger functions instead of print()Richard Purdie1
2018-07-16oeqa: Remove xmlrunnerRichard Purdie1
2018-07-16oeqa/runner: Simplify codeRichard Purdie1
2018-07-16oeqa: Add selftest parallelisation supportRichard Purdie1
2018-07-15oeqa: Default to buffer mode for testsRichard Purdie1
2018-07-13oeqa/runner: Ensure we don't print misleading results outputRichard Purdie1
2018-07-13oeqa/core/runner: Improve test case comparisionRichard Purdie1
2017-11-10oeqa/runner: Pass the value of buffer, don't force to TrueRichard Purdie1
2017-11-09oeqa/runqemu: Only show stdout/stderr upon test failureRichard Purdie1
2017-07-30oeqa/core/runner: OEStreamLogger don't buffer test execution writesAníbal Limón1
2017-06-13oeqa/core/runner: Don't log details twice if test failsAníbal Limón1
2017-06-12oeqa/core/loader: Allow unittest.TestCase's to be executedAníbal Limón1
2017-05-30oeqa/core: Add list tests support in context and runnerAníbal Limón1
2017-05-30oeqa/core/runner: OETestResult add internal _tc_map_resultsAníbal Limón1
2017-05-30oeqa/core: Move OETestContext.log{Summary, Details} into OETestResultAníbal Limón1
2017-05-30oeqa/core/runner: OETestResult remove unneeded override of startTestAníbal Limón1
2017-05-30oeqa/core: Don't expose OEStreamLogger in OETestContextAníbal Limón1
2017-04-12oeqa/core/runner: Append PID in the test result folder nameLeonardo Sandoval1
2017-02-15oeqa/core/runner.py: OEStreamLogger fix loggingAníbal Limón1
2017-01-23oeqa/core: Add base OEQA frameworkAníbal Limón1