summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* oeqa: add output to subprocess exceptionsRoss Burton2017-03-011-0/+19
* oeqa: fix typoHumberto Ibarra2017-02-231-2/+2
* selftest: remove result file log awkward checkingBenjamin Esquivel2017-02-151-3/+4
* oeqa.utils.git: support bare reposMarkus Lehtonen2017-02-151-4/+12
* oeqa.utils.git: add git_dir propertyMarkus Lehtonen2017-02-151-0/+4
* oeqa/buildproject: Run gnu-configize by defaultRichard Purdie2017-02-051-1/+1
* classes/oeqa: Replace subprocess.check_call() with check_output()Richard Purdie2017-01-232-3/+3
* testimage.bbclass: Add package install featureMariano Lopez2017-01-231-13/+33
* testimage.bbclass: Add support for package extractionMariano Lopez2017-01-231-0/+161