summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils
Commit message (Expand)AuthorAgeFilesLines
* oeqa/utils/command: simplify tap detectionAdrian Freihofer10 days1-5/+3
* oe-selftest: devtool: split tap detection into functionAdrian Freihofer10 days1-0/+16
* oeqa/utils/command: fast-path get_bb_var()Ross Burton2025-06-201-1/+14
* lib/oeqa/utils/sshcontrol: correct condition for ending the select() loopAlexander Kanavin2025-06-091-1/+1
* lib/oeqa/subprocesstweak: clean up __str__()Ross Burton2025-06-051-9/+4
* qemurunner: Fix a bug with fork/exit handlingRichard Purdie2025-03-031-6/+9
* oeqa/qemurunner: Convert from ifconfig to use ipRichard Purdie2025-02-201-1/+1
* lib/oeqa/metadata: Add commit_time to branch metadata being savedRichard Purdie2025-02-091-0/+5
* oeqa/sshcontrol: Handle empty readsRichard Purdie2025-01-251-2/+4
* rpm: replace use of rpm2cpio with rpm2archiveAlexander Kanavin2024-12-121-5/+5
* qemurunner: Fix stack trace generation in exception handlerMathieu Dubois-Briand2024-12-091-2/+4
* oeqa/gitarchive: Fix syntax warningRichard Purdie2024-12-051-1/+1
* oeqa/utils/gitarchive: Return tag name and improve exclude handlingRichard Purdie2024-11-231-1/+3
* qemu/testimage: Ensure GNU tar is in test imagesRichard Purdie2024-11-211-1/+2
* oeqa/runCmd: print stderr when that is a separate streamAlexander Kanavin2024-11-011-0/+2
* qemurunner: Clean up serial_lock handlingRichard Purdie2024-10-141-5/+6
* oeqa: support passing custom boot patterns to runqemuEnrico Jorns2024-10-112-3/+4
* oeqa/utils/qemurunner: support ignoring vt100 escape sequencesEnrico Jorns2024-10-111-1/+3
* oeqa/postactions: Fix archive retrieval from targetMathieu Dubois-Briand2024-09-201-0/+1
* oeqa/postactions: do not uncompress retrieved archive on hostAlexis Lothoré2024-08-131-1/+2
* oeqa/postactions: fix exception handlingAlexis Lothoré2024-08-131-1/+1
* oeqa/postactions: Separate artefact collection from test result collectionRichard Purdie2024-07-182-29/+32
* testimage/postactions: Allow artifact collection to be skippedRichard Purdie2024-07-101-0/+5
* oeqa/utils/postactions: transfer whole archive over ssh instead of doing indi...Alexis Lothoré2024-07-081-10/+9
* oeqa/utils/commands: extend docstring for runqemu context managerEnrico Jorns2024-06-061-1/+17
* oeqa/postactions: Do not use -l option with dfKhem Raj2024-04-231-1/+1
* qemurunner.py: Fix error on calls to run_monitorEilís 'pidge' Ní Fhlannagáin2024-03-071-2/+2
* oeqa/lib/utils/postactions: fix host disk usage stats retrievalAlexis Lothoré2024-02-291-1/+1
* oeqa/utils/postactions: testimage: add host disk usage stat as post actionAlexis Lothoré2024-02-271-1/+12
* oeqa/utils/postactions: add target disk usage stat as post actionAlexis Lothoré2024-02-271-1/+16
* oeqa/utils/postactions: isolate directory creation in dedicated actionAlexis Lothoré2024-02-271-6/+10
* testimage: create a list of failed test post actionsAlexis Lothoré2024-02-271-0/+68
* lib/oeqa: share get_json_result_dir helperAlexis Lothoré2024-02-271-0/+7
* oeqa/qemurunner: Handle rare shutdown raceRichard Purdie2024-01-301-2/+6
* qemurunner: more cleanups for output blockingAlex Bennée2023-12-211-8/+12
* qemurunner: Improve handling of serial port output blockingRichard Purdie2023-12-201-29/+69
* qemurunner: Improve stdout logging handlingRichard Purdie2023-12-201-22/+32
* qemurunner: remove unused importRoss Burton2023-12-131-1/+0
* oeqa/qemurunner: Drop newlines serial workaroundRichard Purdie2023-10-151-12/+0
* oeqa/utils/gitarchive: ensure tag matches regex before getting its fieldsAlexis Lothoré2023-10-111-0/+2
* oeqa/utils/gitarchive: fix tag pattern searchingAlexis Lothoré2023-10-111-1/+1
* oeqa/qemurunner: Ensure we retry after BrokenPipeErrorRichard Purdie2023-10-111-1/+1
* oeqa/qemurunner: Add extra logging when console doesn't appearRichard Purdie2023-10-101-0/+10
* runqemu/qemurunner: Use nodelay with tcp serial connectionsRichard Purdie2023-10-101-0/+1
* oeqa/qemurunner: Add newlines serial workaroundRichard Purdie2023-10-101-0/+12
* qemurunner.py: detect login prompt without without utf-8 conversionMikko Rapeli2023-10-081-2/+1
* qemurunner: Show both the login console log and all logging upon failureRichard Purdie2023-10-041-3/+2
* qemurunner: Log the second serial console as well as the firstRichard Purdie2023-10-041-6/+3
* qemurunner: Use backslashreplace with utf8 to make invalid characters clearRichard Purdie2023-10-041-2/+2
* qemurunner: Skip conversion from/to binary data for logfileRichard Purdie2023-10-041-4/+3