summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils
Commit message (Expand)AuthorAgeFilesLines
* logging: use warning instead warnChen Qi2019-04-251-2/+2
* oeqa/utils/gitarchive: Handle case where parent is only on originRichard Purdie2019-03-271-2/+2
* oe-build-perf-report/gitarchive: Move common useful functions to libraryRichard Purdie2019-03-261-0/+71
* scripts/oe-git-archive: Separate out functionality to library functionRichard Purdie2019-03-261-0/+173
* oeqa/utils/httpserver: Rework to avoid hangs and improve loggingRichard Purdie2019-02-251-8/+29
* oeqa/utils/buildproject: Only clean files if we've done somethingRichard Purdie2019-02-251-0/+5
* oeqa: make it work for multiple usersRobert Yang2019-02-251-1/+1
* oeqa/utils/qemurunner: set timeout to 60s for run_serialRobert Yang2019-02-252-2/+2
* oeqa/utils/qemurunner: Print output when failed to loginRobert Yang2019-02-251-0/+1
* oeqa/utils/metadata: Allow to function without the git moduleRichard Purdie2018-12-161-2/+15
* oeqa/utils/qemurunner.py: Fix python regex warningsRichard Purdie2018-12-161-5/+5
* oeqa/utils/commands: Avoid unclosed file warningsRichard Purdie2018-12-161-0/+3
* oeqa: don't litter /tmp with temporary directoriesRoss Burton2018-12-162-3/+5
* oeqa/utils/qemurunner: Avoid tracebacks on closed filesRichard Purdie2018-12-161-2/+2
* oeqa/qemurunner: Remove resource python warningsRichard Purdie2018-12-161-2/+8
* oeqa/utils/commands: Avoid log message duplicationRichard Purdie2018-12-161-1/+1
* oeqa/utils/qemurunner: Fix python ResourceWarning for unclosed fileRichard Purdie2018-12-161-0/+2
* oeqa/utils/commands: Add extra qemu failure loggingRichard Purdie2018-12-161-1/+5
* 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
* meta: Fix return value checks from subprocess.call()'sMikko Rapeli2017-06-282-3/+3
* scripts/oe-test: Move load_test_components to oeqa.utilsAníbal Limón2017-06-061-1/+36
* oeqa.utils.git: use --verify in rev_parse()Markus Lehtonen2017-05-231-1/+1
* QemuRunner: avoid tainting os.environPatrick Ohly2017-05-181-7/+8
* oe.lsb: add get_os_release()Markus Lehtonen2017-05-161-13/+3
* oeqa/utils/targetbuild: tmp dir improvementsJoshua Lock2017-04-061-3/+7
* oeqa/utils/buildproject: create a more unique tmp dirJoshua Lock2017-04-061-2/+5
* selftest/commands: extend variable regex to include A_B variable notationLeonardo Sandoval2017-04-051-1/+1
* oeqa: allow persistent image writes in runqemu()Patrick Ohly2017-03-283-5/+5
* oeqa: allow customizing image used by runqemu()Patrick Ohly2017-03-281-1/+3
* oeqa: allow extending qemuparams="..."Patrick Ohly2017-03-281-2/+2
* oeqa: tolerate interrupted select() while waiting for qemuPatrick Ohly2017-03-282-3/+12