summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* oeqa/utils/httpserver: Rework to avoid hangs and improve loggingRichard Purdie2018-11-161-8/+29
* oeqa/utils/qemurunner.py: Fix python regex warningsRichard Purdie2018-11-161-5/+5
* oeqa/utils/commands: Avoid unclosed file warningsRichard Purdie2018-11-141-0/+3
* oeqa/utils/buildproject: Only clean files if we've done somethingRichard Purdie2018-11-141-0/+5
* oeqa/utils/metadata: Allow to function without the git moduleRichard Purdie2018-10-291-2/+15
* qemurunner: Remove the signal handler before stopping qemuRichard Purdie2018-10-091-2/+2
* package_manager/sdk: Use filtered copies of the deploy ipk/deb directoriesRichard Purdie2018-08-151-2/+4
* qemurunner.py: fix is_alive() to avoid confusing with recycled pidRobert Yang2018-07-261-1/+1
* logging: use warning instead warnChen Qi2018-07-261-2/+2
* devtool/oeqa: Ensure added layers set LAYERSERIES_COMPATRichard Purdie2018-04-071-1/+1
* package_manager: Filter to only rpms we depend uponRichard Purdie2018-03-011-1/+2
* utils: qemurunner.py: cleanup grammar and ensure consistencyMark Asselstine2017-12-101-1/+1
* utils: qemurunner.py: Log both 'failed to reach login banner" reasonsMark Asselstine2017-12-101-2/+6
* utils: qemurunner.py: Add wall clock to 'timeout' loggingMark Asselstine2017-12-101-6/+14
* oeqa/commands: don't break if get_bb_vars is passed a tupleRoss Burton2017-12-021-1/+1
* qemurunner: Simplify binary data handlingRichard Purdie2017-11-211-12/+8
* oeqa: Clean up logger handlingRichard Purdie2017-11-093-23/+12
* oeqa/qemurunner: Use logger.debug, not logger.infoRichard Purdie2017-11-091-37/+37
* qemurunner: Ensure logging handler is removedRichard Purdie2017-11-091-1/+3
* sshcontrol.py: in copy_to() always use scpErik Botö2017-11-081-6/+3
* qemurunner: fix bad indentation in serial loginRoss Burton2017-11-051-3/+3
* qemurunner: print tail qemu log in case bootlog is emptyLeonardo Sandoval2017-09-251-1/+6
* qemurunner.py: wait for PID to appear in procfsJuro Bystricky2017-09-131-3/+4
* qemurunner.py: refactor searching for QEMU PIDJuro Bystricky2017-09-111-167/+136
* oeqa/qemurunner: Improve loggingRichard Purdie2017-09-111-45/+45
* qemurunner: Tweak qemu pid starting timeout codeRichard Purdie2017-08-301-4/+8
* utils/logparser.py: fix section checkRobert Yang2017-08-231-1/+1
* oeqa/utils/logparser.py: add skip statusRobert Yang2017-08-231-2/+3
* commands.py: live output logging + result.error encoding fixPatrick Ohly2017-06-281-22/+85