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