summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/core
Commit message (Expand)AuthorAgeFilesLines
* oeqa/core/context: initialize _run_end_timeKonrad Weihmann2020-11-201-0/+1
* oeqa/core/context: expose results as variableKonrad Weihmann2020-11-201-0/+3
* oeqa: write @OETestTag content into json test reports for each caseAlexander Kanavin2020-08-121-0/+14
* ltp: make copyFrom scp command non-fatalMatthew2020-08-121-2/+5
* oeqa/core/loader: fix regex to include numbersVacek, Patrick2020-07-161-1/+1
* oeqa/core/loader: refine regex to find moduleLee Chee Yang2020-07-071-1/+1
* oeqa/selftest: Clean up separate builddir in success case when non-threadedRichard Purdie2020-07-021-19/+4
* testimage: enable ovmf supportKonrad Weihmann2020-07-021-2/+4
* oeqa/concurrencytest: don't delete build directory for failed testsSteve Sakoman2020-06-051-2/+8
* testresults.json: add duration of the tests as wellAlexander Kanavin2020-05-281-1/+5
* oeqa: default runtime json results for testexportStefan Kral2020-03-291-4/+6
* oeqa: enable testresults.json for testexportStefan Kral2020-03-122-4/+39
* oeqa/selftest: Standardise seperate builddir for concurrent and non-concurren...Richard Purdie2020-02-212-39/+8
* concurrencytest.py: add outSideTestaddSkip for subunitTrevor Gamblin2020-02-181-0/+14
* testimage: Extend runtime testing infrastructure to allow unconventional boot...Alejandro Hernandez Samaniego2020-02-131-2/+5
* testimage: Allow testing on QEMU machines with a single serial portAlejandro Hernandez Samaniego2020-02-131-2/+3
* oeqa: modernise subprocess: preexec_fn=os.setsid -> start_new_session=TrueAndré Draszik2020-02-041-1/+1
* oeqa/target/ssh oeqa/target/qemu: expose server listening port to testsAndré Draszik2019-12-162-1/+3
* oeqa/concurrencytest: Optimise for autobuilder/clobberdirRichard Purdie2019-12-061-0/+9
* oeqa/core: Add qemu checksArmin Kuster2019-11-141-0/+45
* oeqa/core: Add a check for MACHINEArmin Kuster2019-11-141-0/+44
* oeqa/core/decorator: add skipIfFeatureAndré Draszik2019-10-191-0/+18
* oeqa/core/case.py: Encode binary data of logNathan Rossi2019-09-301-2/+2
* oeqa/core/utils/concurrencytest.py: Handle exceptions and detailsNathan Rossi2019-09-301-13/+18
* oeqa/concurrenttest: Use ionice to delete build directoriesRichard Purdie2019-09-191-1/+1
* oeqa/core/case.py: Add OEPTestResultTestCase for ptestresult helpersNathan Rossi2019-09-161-0/+49
* oeqa/core/decorator: Fix super class modifying subclass tagsNathan Rossi2019-09-071-1/+2
* oeqa/core/runner.py: Fix OETestTag listingNathan Rossi2019-09-071-11/+8
* oeqa/core: Rework OETestTag and remove unused OETestFilterNathan Rossi2019-09-079-138/+103
* oeqa/core: Implement proper extra result collection and serializationNathan Rossi2019-09-072-6/+96
* oeqa/core/tests: Fix test_data module testsNathan Rossi2019-09-061-4/+6
* oeqa/core/tests: Skip test_fail_duplicated_moduleNathan Rossi2019-09-061-0/+1
* oeqa: avoid class setup method to run when skipping the whole classChen Qi2019-06-212-0/+10
* context.py: avoid skipping tests by meaningless command argumentChen Qi2019-06-211-1/+1
* context.py: fix skipping functionChen Qi2019-06-181-1/+6
* oeqa/target/ssh: Replace suggogatepass with ignoring errorsRichard Purdie2019-05-131-2/+2
* oeqa/concurrenttest: Patch subunit module to handle classSetup failuresRichard Purdie2019-05-121-4/+23
* oeqa/runner: Fix subunit setupClass/setupModule failure handlingRichard Purdie2019-05-121-2/+2
* oeqa/core/runner: Handle unexpectedSucessesRichard Purdie2019-05-091-2/+8
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-0928-31/+108
* oeqa: Drop OETestIDRichard Purdie2019-05-096-113/+8
* oeqa/ssh: Avoid unicode decode exceptionsRichard Purdie2019-05-011-2/+2
* oeqa/core/runner: dump stdout and stderr of each test caseMardegan, Alberto2019-04-261-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