summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/core
Commit message (Expand)AuthorAgeFilesLines
* oeqa/loader: Ensure module names don't contain uppercase charactersRichard Purdie2023-03-311-0/+3
* oeqa: loader.py: show warning when skipping selected module and abort if all ...Martin Jansa2023-03-222-3/+8
* oeqa ssh.py: fix hangs in run()Mikko Rapeli2023-02-231-9/+30
* oeqa ssh.py: add connection keep alive options to ssh clientMikko Rapeli2023-02-101-0/+2
* oeqa ssh.py: move output prints to new lineMikko Rapeli2023-02-101-3/+3
* oeqa/concurrencytest: Add number of failures to summary outputRichard Purdie2022-12-221-1/+3
* oeqa/core/decorator: add decorators to skip based on HOST_ARCHRoss Burton2022-11-111-0/+24
* oeqa/target/ssh: add ignore_status argument to run()Ross Burton2022-11-021-2/+2
* lib: Add copyright statements to files without oneRichard Purdie2022-08-121-0/+2
* oeqa: rationalise skipifqemu decoratorsRoss Burton2022-04-011-35/+9
* oeqa/core/decorators/data: improve has_* logicRoss Burton2022-04-011-3/+3
* oeqa/core/utils/misc: remove redundant fileRoss Burton2022-04-011-47/+0
* oeqa/core/decorator: remove redundant codeRoss Burton2022-04-011-8/+3
* oeqa/target/ssh: don't assume target_dumper is setRoss Burton2021-09-211-1/+3
* oeqa/core/target/qemu.py: display contents of dumped filesSakib Sajal2021-06-121-1/+26
* oeqa/core/tests/test_data.py: use weston image instead of satoAlexander Kanavin2021-04-271-1/+1
* qemurunner: Add support for qmp commandsSaul Wold2021-04-272-1/+22
* meta/lib/oeqa/core/tests/cases/timeout.py: add a testcase for the previous fixAlexander Kanavin2021-04-232-0/+19
* oeqa: tear down oeqa decorators if one of them raises an exception in setupAlexander Kanavin2021-04-232-4/+10
* oeqa/runqemu: Support RUNQEMU_TMPFS_DIR as a location to copy snapshot images toRichard Purdie2021-04-061-2/+2
* oeqa/concurrencytest: Fix display of test stdout/stderrRichard Purdie2021-04-061-16/+17
* oeqa/concurrencytest: Rename variables to improve the codeRichard Purdie2021-04-061-13/+13
* oeqa/core/context: initialize _run_end_timeKonrad Weihmann2020-11-111-0/+1
* oeqa/core/context: expose results as variableKonrad Weihmann2020-11-111-0/+3
* target/ssh.py: Add dump_target supportSaul Wold2020-09-301-0/+2
* testimage: Add testimage_dump_target to kwargsSaul Wold2020-09-301-0/+4
* oeqa: write @OETestTag content into json test reports for each caseAlexander Kanavin2020-08-081-0/+14
* ltp: make copyFrom scp command non-fatalMatthew2020-08-061-2/+5
* oeqa/core/loader: fix regex to include numbersVacek, Patrick2020-07-081-1/+1
* oeqa/core/loader: refine regex to find moduleLee Chee Yang2020-07-031-1/+1
* oeqa/selftest: Clean up separate builddir in success case when non-threadedRichard Purdie2020-06-281-19/+4
* oe-selftest: Support verbose log outputPaul Barker2020-06-041-0/+2
* oeqa/concurrencytest: don't delete build directory for failed testsSteve Sakoman2020-05-241-2/+8
* testresults.json: add duration of the tests as wellAlexander Kanavin2020-05-211-1/+5
* testimage: enable ovmf supportKonrad Weihmann2020-04-241-2/+4
* 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