summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils
Commit message (Expand)AuthorAgeFilesLines
* oeqa/commands: Fix runqemu after tinfoil data connector changesRichard Purdie2020-03-241-5/+5
* oeqa/qemurunner: Don't print a warning for harmless exceptionRichard Purdie2020-03-241-1/+2
* oeqa/logparser: correctly set test result markersAlexander Kanavin2020-02-221-1/+1
* oeqa/logparser: Fix performance issues with ptest log parsingRichard Purdie2020-02-211-2/+14
* testimage: Extend runtime testing infrastructure to allow unconventional boot...Alejandro Hernandez Samaniego2020-02-131-5/+26
* qemurunner.py: add try/except for pid handling raceTrevor Gamblin2020-02-081-1/+4
* oeqa: modernise subprocess: preexec_fn=os.setsid -> start_new_session=TrueAndré Draszik2020-02-041-1/+1
* oeqa/utils/httpserver: allow to pass in listening portAndré Draszik2019-12-161-2/+2
* oeqa: qemu: ensure we print runqemu output in the event of failurePaul Eggleton2019-12-151-2/+2
* oeqa: qemu: fix width of top output in host dumpPaul Eggleton2019-12-151-0/+1
* oeqa: qemu: ensure that host dump commands can be run properlyPaul Eggleton2019-12-151-1/+3
* oeqa/qemurunner: Fix cmdline variable use before referenceRichard Purdie2019-12-061-1/+1
* oeqa/utils/qemurunner.py: Handle QEMU machines with a single serialNathan Rossi2019-11-271-11/+21
* oeqa: Set LD_LIBRARY_PATH when executing native commandsJoshua Watt2019-08-301-0/+3
* oeqa/utils/nfs: Add unfs_server function to setup a userspace NFS serverNathan Rossi2019-08-282-2/+41
* commands.py: fix typoChen Qi2019-08-281-1/+1
* lib/oeqa/utils/qemurunner.py: add runqemuparams after kvm/nographic/snapshot/...Alexander Kanavin2019-08-131-2/+2
* classes/lib: Remove bb.build.FuncFailedRichard Purdie2019-08-061-2/+2
* qemurunner.py: Be more verbose about problemsAlistair Francis2019-07-181-10/+10
* qemurunner.py: fix race condition at qemu startupChen Qi2019-07-151-7/+14
* oeqa: Cleanup /usr/bin/env pythonRobert Yang2019-06-301-1/+0
* oeqa/logparser: ignore test failure commentaryRoss Burton2019-06-201-2/+2
* qemurunner: fix undefined variableAdrian Freihofer2019-06-081-0/+1
* oeqa/utils/qemurunner: Set both the threadport&serverport with tcpserial para...Kevin Hao2019-06-071-2/+2
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-0919-19/+56
* logparser: Add LTP compliance sectionArmin Kuster2019-04-291-0/+37
* logparser: Add decoding ltp logsArmin Kuster2019-04-291-0/+25
* oeqa/utils/qemurunner: Fix typo in previous commitRichard Purdie2019-04-091-1/+1
* oeqa/qemurunner: Dont mix binary and non-binary stringsRichard Purdie2019-03-251-0/+1
* metadata.py: return info after fallback methodsChen Qi2019-03-071-0/+1
* oeqa/utils/metadata: Add commit_count to fallback logicRichard Purdie2019-02-281-2/+4
* oeqa/utils/gitarchive: Handle case where parent is only on originRichard Purdie2019-02-251-2/+2
* oe-build-perf-report/gitarchive: Move common useful functions to libraryRichard Purdie2019-02-211-0/+71
* scripts/oe-git-archive: Separate out functionality to library functionRichard Purdie2019-02-181-0/+173
* oeqa/logparser: Various misc cleanupsRichard Purdie2019-01-311-13/+8
* oeqa/logparser: Improve results handlingRichard Purdie2019-01-311-34/+11
* oeqa/utils/logparser: Add in support for duration, exitcode and logs by sectionRichard Purdie2019-01-311-6/+34
* oeqa/logparser: Reform the ptest results parserRichard Purdie2019-01-311-25/+33
* oeqa/logparser: Further simplification/clarificationRichard Purdie2019-01-311-20/+16
* oeqa/utils/logparser: Simplify ptest log parsing codeRichard Purdie2019-01-311-52/+10
* oeqa: make it work for multiple usersRobert Yang2019-01-111-1/+1
* oeqa/utils/qemurunner: set timeout to 60s for run_serialRobert Yang2019-01-072-2/+2
* oeqa/utils/qemurunner: Print output when failed to loginRobert Yang2018-12-271-0/+1
* oeqa: don't litter /tmp with temporary directoriesRoss Burton2018-12-052-3/+5
* oeqa/utils/qemurunner: Avoid tracebacks on closed filesRichard Purdie2018-12-051-2/+2
* oeqa/qemurunner: Remove resource python warningsRichard Purdie2018-12-011-2/+8
* oeqa/utils/commands: Avoid log message duplicationRichard Purdie2018-12-011-1/+1
* oeqa/utils/qemurunner: Fix python ResourceWarning for unclosed fileRichard Purdie2018-12-011-0/+2
* oeqa/utils/commands: Add extra qemu failure loggingRichard Purdie2018-12-011-1/+5
* qemurunner: Add support for slirpYeoh Ee Peng2018-11-231-4/+13