aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/core
AgeCommit message (Expand)Author
2018-12-26oeqa/concurrencytest: fix for locating meta-selftestRobert Yang
2018-11-22oeqa/qemu: Add support for slirpYeoh Ee Peng
2018-11-22oeqa/qemu & runtime: qemu do not need ip input from externalYeoh Ee Peng
2018-11-16oeqa/concurrencytest: Avoid unclosed file warningsRichard Purdie
2018-11-13oeqa/core/runner: Correctly markup regexsRichard Purdie
2018-11-13oeqa/loader: Fix deprecation warningRichard Purdie
2018-11-13oeqa/runner: Sort the test result output by result classRichard Purdie
2018-11-13oeqa/runner: Always show a summary of success/fail/error/skip countsRichard Purdie
2018-11-06oeqa/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/core/decorator: add skipIfInDataVarRichard Leitner
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-08-23oeqa/context: Only set buffer mode for non-concurrent testsRichard Purdie
2018-08-23oeqa/concurrencytest: Ensure subunit streams are flushed at exitRichard Purdie
2018-07-26oeqa/loader: Ensure invalid test names don't trigger a tracebackRichard Purdie
2018-07-18oeqa/decorator: Improve reliabilityRichard Purdie
2018-07-16oeqa: Remove xmlrunnerRichard Purdie
2018-07-16oeqa/runner: Simplify codeRichard Purdie
2018-07-16oeqa/core/threaded: Remove in favour of using concurrenttestsRichard Purdie
2018-07-16oeqa: Add selftest parallelisation supportRichard Purdie
2018-07-15oeqa: Default to buffer mode for testsRichard Purdie
2018-07-13oeqa/runner: Ensure we don't print misleading results outputRichard Purdie
2018-07-13oeqa/core/runner: Improve test case comparisionRichard Purdie
2018-06-04oeqa/core/target/ssh.py: increase maximum read bytes from 1024 to 4096Chen Qi
2018-06-04oeqa/core/decorator/data.py: fix skipIfNotInDataVarChen Qi
2018-06-04oeqa/core/decorator/__init__.py: use 'cls' instead of 'obj'Chen Qi
2018-06-04oeqa/core/decorator/__init__.py: set metaclass to ABCMetaChen Qi
2018-06-04oeqa/core/loader.py: support the 'auto' keywordChen Qi
2018-01-04core/loader.py: fix regex to include all available test casesLeonardo Sandoval
2018-01-02oeqa/qemu: remove elf image typeSaul Wold
2017-11-10oeqa/runner: Pass the value of buffer, don't force to TrueRichard Purdie
2017-11-09oeqa/target/ssh: Drop command/output logging to debug levelRichard Purdie
2017-11-09oeqa: Clean up logger handlingRichard Purdie
2017-11-09oeqa/runqemu: Only show stdout/stderr upon test failureRichard Purdie
2017-11-08oeqa/core/loader: Make _built_modules_dict() support packages correctlyPeter Kjellerstedt
2017-08-24core/target/ssh.py: use reader to handle partial dataRobert Yang
2017-08-23core/target/ssh.py: replace decode errorsRobert Yang
2017-08-11context: Include a command line argument to run all except certain testsLeonardo Sandoval
2017-07-30oeqa/core/runner: OEStreamLogger don't buffer test execution writesAníbal Limón
2017-07-30oeqa/{core,selftest}: Add support to validate if a specified test case isn't ...Aníbal Limón
2017-07-21oeqa/core/loader: Generate function _make_failed_test dynamicallyAníbal Limón
2017-06-23oeqa/core/loader.py: Fix _make_failed_test for python >= 3.4.4Aníbal Limón
2017-06-23oeqa/core/threaded: Don't assume that results exists on logDetailsAníbal Limón
2017-06-13oeqa/core/loader: Use full and small module name on filteringAní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-12oeqa/core/loader: Fix filtering on test modules with submodulesAníbal Limón