summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/core
AgeCommit message (Expand)Author
2019-11-07OEQA: Add qemu checksArmin Kuster
2019-11-07OEQA: Add a check for MACHINEArmin Kuster
2019-10-19oeqa/core/decorator: add skipIfFeatureAndré Draszik
2019-09-27oeqa/core/case.py: Encode binary data of logNathan Rossi
2019-09-27oeqa/core/utils/concurrencytest.py: Handle exceptions and detailsNathan Rossi
2019-09-19oeqa/concurrenttest: Use ionice to delete build directoriesRichard Purdie
2019-09-11oeqa/core/case.py: Add OEPTestResultTestCase for ptestresult helpersNathan Rossi
2019-09-07oeqa/core/decorator: Fix super class modifying subclass tagsNathan Rossi
2019-09-07oeqa/core/runner.py: Fix OETestTag listingNathan Rossi
2019-09-07oeqa/core: Rework OETestTag and remove unused OETestFilterNathan Rossi
2019-09-07oeqa/core: Implement proper extra result collection and serializationNathan Rossi
2019-09-06oeqa/core/tests: Fix test_data module testsNathan Rossi
2019-09-06oeqa/core/tests: Skip test_fail_duplicated_moduleNathan Rossi
2019-06-21oeqa: avoid class setup method to run when skipping the whole classChen Qi
2019-06-21context.py: avoid skipping tests by meaningless command argumentChen Qi
2019-06-18context.py: fix skipping functionChen Qi
2019-05-13oeqa/target/ssh: Replace suggogatepass with ignoring errorsRichard Purdie
2019-05-09oeqa/concurrenttest: Patch subunit module to handle classSetup failuresRichard Purdie
2019-05-09oeqa/runner: Fix subunit setupClass/setupModule failure handlingRichard Purdie
2019-05-09oeqa/core/runner: Handle unexpectedSucessesRichard Purdie
2019-05-09meta/lib+scripts: Convert to SPDX license headersRichard Purdie
2019-05-09oeqa: Drop OETestIDRichard Purdie
2019-05-01oeqa/ssh: Avoid unicode decode exceptionsRichard Purdie
2019-04-26oeqa/core/runner: dump stdout and stderr of each test caseMardegan, Alberto
2019-01-24testimage.bbclass: add support for passing runqemu paramsAlexander Kanavin
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