summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/core
Commit message (Expand)AuthorAgeFilesLines
* oeqa context.py: use TEST_SUITES if setMikko Rapeli12 days1-0/+7
* oeqa/runtime: set self.runner and handle NoneMikko Rapeli2025-07-031-0/+1
* oeqa/core/case: add file exists assertionRoss Burton2025-06-231-0/+8
* oeqa decorator/data.py: add skipIfNotBuildArch decoratorMikko Rapeli2025-06-051-0/+12
* resulttool: Use single space indentation in json outputRichard Purdie2024-11-231-1/+1
* oeqa/ssh: Improve performance and log sizesRichard Purdie2024-11-211-12/+32
* testexport: support for executing tests over serialAndrew Oppelt2024-09-011-0/+315
* oeqa/ssh: allow to retrieve raw, unformatted ouputAlexis Lothoré2024-07-081-8/+8
* oeqa/core: remove duplicate 'os' importEnrico Jörns2024-06-061-1/+0
* testimage: Drop target_dumper and most of monitor_dumperRichard Purdie2023-12-202-29/+1
* oeqa/core/decorator: add skip if not qemu-usermodeAdrian Freihofer2023-12-131-0/+10
* oeqa/ssh: Handle SSHCall timeout error codeluca fancellu2023-11-101-1/+16
* oeqa/concurrencytest: Remove invalid buffering optionRichard Purdie2023-10-051-2/+2
* oeqa/runner: Ensure class setup errors are shown to bitbake loggingRichard Purdie2023-09-261-1/+7
* oeqa: Streamline oe-selftest startup timeRichard Purdie2023-09-221-2/+3
* oeqa/ssh: Further improve process exit handlingRichard Purdie2023-07-301-2/+3
* target/ssh: Ensure exit code set for commandsRichard Purdie2023-07-291-0/+3
* oeqa/target/ssh: Ensure EAGAIN doesn't truncate outputRichard Purdie2023-07-291-0/+3
* testimage/oeqa: Drop testimage_dump_host functionalityThomas Roos2023-06-291-3/+2
* oeqa/target/ssh: update options for SCPAlexis Lothoré2023-06-171-1/+4
* oeqa/core/runner: add helper to know about expected failuresAlexis Lothoré2023-06-171-0/+4
* 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