summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/core
Commit message (Expand)AuthorAgeFilesLines
* oeqa/selftest: Ensure buildtools in environment variables isn't replacedRichard Purdie2020-09-161-1/+1
* context.py: fix skipping functionChen Qi2019-06-301-1/+6
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-06-1828-31/+108
* oeqa/concurrenttest: Patch subunit module to handle classSetup failuresRichard Purdie2019-06-071-4/+23
* oeqa/runner: Fix subunit setupClass/setupModule failure handlingRichard Purdie2019-06-071-2/+2
* oeqa/target/ssh: Replace suggogatepass with ignoring errorsRichard Purdie2019-05-201-2/+2
* oeqa/core/runner: Handle unexpectedSucessesRichard Purdie2019-05-201-2/+8
* oeqa: Drop OETestIDRichard Purdie2019-05-206-113/+8
* oeqa/ssh: Avoid unicode decode exceptionsRichard Purdie2019-05-201-2/+2
* oeqa/core/runner: dump stdout and stderr of each test caseMardegan, Alberto2019-05-121-4/+16
* testimage.bbclass: add support for passing runqemu paramsAlexander Kanavin2019-01-261-2/+2
* oeqa/concurrencytest: fix for locating meta-selftestRobert Yang2018-12-261-1/+4
* oeqa/qemu: Add support for slirpYeoh Ee Peng2018-11-231-3/+19
* oeqa/qemu & runtime: qemu do not need ip input from externalYeoh Ee Peng2018-11-231-3/+2
* oeqa/concurrencytest: Avoid unclosed file warningsRichard Purdie2018-11-161-0/+3
* oeqa/core/runner: Correctly markup regexsRichard Purdie2018-11-141-2/+2
* oeqa/loader: Fix deprecation warningRichard Purdie2018-11-141-1/+1
* oeqa/runner: Sort the test result output by result classRichard Purdie2018-11-141-1/+10
* oeqa/runner: Always show a summary of success/fail/error/skip countsRichard Purdie2018-11-141-3/+1
* oeqa/runtime/ptest: Inject results+logs into stored json results fileRichard Purdie2018-11-071-0/+8
* oeqa/core/runner: Don't add empty log entriesRichard Purdie2018-10-291-1/+4
* oeqa/core/runner: write testresult to json filesYeoh Ee Peng2018-10-291-1/+34
* oeqa/core/runner: refactor for OEQA to write json testresultYeoh Ee Peng2018-10-181-41/+29
* oeqa/core/decorator: add skipIfInDataVarRichard Leitner2018-08-231-0/+14
* oeqa/runner: Print any errors/failures earlyRichard Purdie2018-08-231-0/+8
* oeqa/runner: Use the proper logger functions instead of print()Richard Purdie2018-08-231-1/+1
* oeqa/context: Only set buffer mode for non-concurrent testsRichard Purdie2018-08-231-1/+2
* oeqa/concurrencytest: Ensure subunit streams are flushed at exitRichard Purdie2018-08-231-0/+2
* oeqa/loader: Ensure invalid test names don't trigger a tracebackRichard Purdie2018-07-261-0/+2
* oeqa/decorator: Improve reliabilityRichard Purdie2018-07-181-7/+9
* oeqa: Remove xmlrunnerRichard Purdie2018-07-181-45/+9
* oeqa/runner: Simplify codeRichard Purdie2018-07-184-16/+8
* oeqa/core/threaded: Remove in favour of using concurrenttestsRichard Purdie2018-07-1810-404/+12
* oeqa: Add selftest parallelisation supportRichard Purdie2018-07-183-6/+282
* oeqa: Default to buffer mode for testsRichard Purdie2018-07-162-6/+1
* oeqa/runner: Ensure we don't print misleading results outputRichard Purdie2018-07-161-3/+11
* oeqa/core/runner: Improve test case comparisionRichard Purdie2018-07-161-2/+2
* oeqa/core/target/ssh.py: increase maximum read bytes from 1024 to 4096Chen Qi2018-06-041-1/+1
* oeqa/core/decorator/data.py: fix skipIfNotInDataVarChen Qi2018-06-041-2/+2
* oeqa/core/decorator/__init__.py: use 'cls' instead of 'obj'Chen Qi2018-06-041-3/+3
* oeqa/core/decorator/__init__.py: set metaclass to ABCMetaChen Qi2018-06-041-2/+2
* oeqa/core/loader.py: support the 'auto' keywordChen Qi2018-06-041-4/+13
* core/loader.py: fix regex to include all available test casesLeonardo Sandoval2018-01-041-1/+1
* oeqa/qemu: remove elf image typeSaul Wold2018-01-021-1/+1
* oeqa/runner: Pass the value of buffer, don't force to TrueRichard Purdie2017-11-111-1/+1
* oeqa/target/ssh: Drop command/output logging to debug levelRichard Purdie2017-11-091-1/+1
* oeqa: Clean up logger handlingRichard Purdie2017-11-091-1/+1
* oeqa/runqemu: Only show stdout/stderr upon test failureRichard Purdie2017-11-091-0/+8
* oeqa/core/loader: Make _built_modules_dict() support packages correctlyPeter Kjellerstedt2017-11-081-36/+14
* core/target/ssh.py: use reader to handle partial dataRobert Yang2017-08-241-2/+3