summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* oeqa.utils.commands: limit runCmd exception outputMarkus Lehtonen2017-03-271-3/+10
* qemurunner.py: fix handling of runqemuparamsChen Qi2017-03-271-3/+3
* oeqa/targetcontrol.py: modify it to test runqemuRobert Yang2017-03-272-13/+28
* qemurunner: configurable timeout for run_serial()Patrick Ohly2017-03-272-10/+15
* qemurunner: configure guest networkingEd Bartosh2017-03-221-0/+13
* qemurunner: get network params from runqemu outputEd Bartosh2017-03-221-14/+22
* qemurunner.py: ignore decode errorsEd Bartosh2017-03-081-1/+1
* targetcontrol: add image_fstype argument to commands.runqemuEd Bartosh2017-03-081-2/+2
* qemurunner: add runqemuparams argument to commands.runqemuEd Bartosh2017-03-083-5/+5