summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/core
AgeCommit message (Expand)Author
2021-09-21oeqa/target/ssh: don't assume target_dumper is setRoss Burton
2021-06-12oeqa/core/target/qemu.py: display contents of dumped filesSakib Sajal
2021-04-27oeqa/core/tests/test_data.py: use weston image instead of satoAlexander Kanavin
2021-04-27qemurunner: Add support for qmp commandsSaul Wold
2021-04-23meta/lib/oeqa/core/tests/cases/timeout.py: add a testcase for the previous fixAlexander Kanavin
2021-04-23oeqa: tear down oeqa decorators if one of them raises an exception in setupAlexander Kanavin
2021-04-06oeqa/runqemu: Support RUNQEMU_TMPFS_DIR as a location to copy snapshot images toRichard Purdie
2021-04-06oeqa/concurrencytest: Fix display of test stdout/stderrRichard Purdie
2021-04-06oeqa/concurrencytest: Rename variables to improve the codeRichard Purdie
2020-11-11oeqa/core/context: initialize _run_end_timeKonrad Weihmann
2020-11-11oeqa/core/context: expose results as variableKonrad Weihmann
2020-09-30target/ssh.py: Add dump_target supportSaul Wold
2020-09-30testimage: Add testimage_dump_target to kwargsSaul Wold
2020-08-08oeqa: write @OETestTag content into json test reports for each caseAlexander Kanavin
2020-08-06ltp: make copyFrom scp command non-fatalMatthew
2020-07-08oeqa/core/loader: fix regex to include numbersVacek, Patrick
2020-07-03oeqa/core/loader: refine regex to find moduleLee Chee Yang
2020-06-28oeqa/selftest: Clean up separate builddir in success case when non-threadedRichard Purdie
2020-06-04oe-selftest: Support verbose log outputPaul Barker
2020-05-24oeqa/concurrencytest: don't delete build directory for failed testsSteve Sakoman
2020-05-21testresults.json: add duration of the tests as wellAlexander Kanavin
2020-04-24testimage: enable ovmf supportKonrad Weihmann
2020-03-28oeqa: default runtime json results for testexportStefan Kral
2020-03-12oeqa: enable testresults.json for testexportStefan Kral
2020-02-21oeqa/selftest: Standardise seperate builddir for concurrent and non-concurren...Richard Purdie
2020-02-18concurrencytest.py: add outSideTestaddSkip for subunitTrevor Gamblin
2020-02-13testimage: Extend runtime testing infrastructure to allow unconventional boot...Alejandro Hernandez Samaniego
2020-02-13testimage: Allow testing on QEMU machines with a single serial portAlejandro Hernandez Samaniego
2020-02-04oeqa: modernise subprocess: preexec_fn=os.setsid -> start_new_session=TrueAndré Draszik
2019-12-16oeqa/target/ssh oeqa/target/qemu: expose server listening port to testsAndré Draszik
2019-12-05oeqa/concurrencytest: Optimise for autobuilder/clobberdirRichard Purdie
2019-11-14oeqa/core: Add qemu checksArmin Kuster
2019-11-14oeqa/core: 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