summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils
Commit message (Expand)AuthorAgeFilesLines
* oeqa/postactions: Do not use -l option with dfKhem Raj4 days1-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
* oeqa/utils/gitarchive: Handle broken commit counts in results repoRichard Purdie2023-09-281-1/+9
* oeqa: Streamline oe-selftest startup timeRichard Purdie2023-09-221-2/+4
* oeqa/utils/gitarchive: replace warning with info when reading local tagsAlexis Lothoré2023-08-241-1/+1
* oeqa/utils/gitarchive: fall back to local tags when listing existing tagsAlexis Lothoré2023-08-231-9/+16
* oeqa/utils/gitarchive: allow to pass a logger to get_tagsAlexis Lothoré2023-08-231-5/+6
* oeqa/utils/gitarchive: fix tag computation when creating archiveAlexis Lothoré2023-08-211-4/+32
* Revert "oeqa/utils/gitarchive: fix tag computation when creating archive"Richard Purdie2023-08-161-4/+2
* oeqa/utils/gitarchive: fix tag computation when creating archiveAlexis Lothoré2023-08-151-2/+4
* oeqa/utils/nfs: allow requesting non-udp portsAnuj Mittal2023-07-261-2/+2
* oeqa/ltp: rewrote LTP testcase and parserRoss Burton2023-07-211-22/+40
* testimage/oeqa: Drop testimage_dump_host functionalityThomas Roos2023-06-292-35/+3
* oeqa/logparser: Fix ptest No-section exceptionRichard Purdie2023-06-171-1/+4
* qemurunner.py: fix error message about qmpChen Qi2023-06-061-2/+2
* qemurunner: add boot logs to do_testimage task logs in real timeMikko Rapeli2023-05-251-0/+1
* qemurunner: avoid leaking server_socketMikko Rapeli2023-05-221-0/+1
* qemurunner: support serial console login via qemu stdoutMikko Rapeli2023-05-221-11/+19
* oeqa/runtime/ptest: Make returning no test results a failureRichard Purdie2023-05-031-2/+2
* oeqa/utils/metadata.py: Fix running oe-selftest running with no distro setThomas Roos2023-04-201-3/+3
* oeqa: whitespace and indentation cleanupsEnrico Jörns2023-03-312-8/+8
* oeqa/utils/qemurunner: fix undefined TimeoutExpiredEnrico Jörns2023-03-311-1/+1
* oeqa/utils/qemurunner: limit precision of timing debugging outputEnrico Jörns2023-03-311-7/+7
* oeqa/utils/qemurunner: replace hard-coded user 'root' in debug outputEnrico Jörns2023-03-311-2/+2
* oeqa/utils/commands: remove unused importsEnrico Jörns2023-03-311-3/+0
* oeqa/utils/commands: fix usage of undefined EPIPEEnrico Jörns2023-03-311-1/+2
* oeqa qemurunner.py: try to avoid reading one character at a timeMikko Rapeli2023-02-101-0/+2