summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils/commands.py
Commit message (Expand)AuthorAgeFilesLines
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-06-181-1/+3
* oeqa/utils/commands: Avoid log message duplicationRichard Purdie2018-12-011-1/+1
* oeqa/utils/commands: Add extra qemu failure loggingRichard Purdie2018-12-011-1/+5
* oeqa/utils/commands: Avoid unclosed file warningsRichard Purdie2018-11-141-0/+3
* devtool/oeqa: Ensure added layers set LAYERSERIES_COMPATRichard Purdie2018-04-071-1/+1
* oeqa/commands: don't break if get_bb_vars is passed a tupleRoss Burton2017-12-021-1/+1
* oeqa: Clean up logger handlingRichard Purdie2017-11-091-17/+8
* commands.py: live output logging + result.error encoding fixPatrick Ohly2017-06-281-22/+85
* 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-281-2/+2
* oeqa: allow customizing image used by runqemu()Patrick Ohly2017-03-281-1/+3
* oeqa: allow extending qemuparams="..."Patrick Ohly2017-03-281-2/+2
* oeqa.utils.commands: limit runCmd exception outputMarkus Lehtonen2017-03-271-3/+10
* oeqa/targetcontrol.py: modify it to test runqemuRobert Yang2017-03-271-2/+11
* targetcontrol: add image_fstype argument to commands.runqemuEd Bartosh2017-03-081-2/+2
* qemurunner: add runqemuparams argument to commands.runqemuEd Bartosh2017-03-081-2/+2
* oeqa/utils/commands.py: allow use of binaries from native sysrootMaciej Borzecki2016-12-221-1/+8
* meta: remove True option to getVar callsJoshua Lock2016-12-161-1/+1
* oeqa/utils/commands.py: Fix get_bb_vars() when called without argumentsMariano Lopez2016-12-141-1/+2
* oe-selftest: use tinfoil.parse_recipe()Paul Eggleton2016-12-141-3/+1
* oe-selftest: make tinfoil quiet when using to start QEMUPaul Eggleton2016-12-141-1/+1
* oeqa/utils/commands.py: Make a copy of variables in get_bb_varsMariano Lopez2016-12-131-0/+1
* devtool/recipetool/meta: Adapt to bitbake API changes for multi-configuration...Richard Purdie2016-08-181-1/+1
* oeqa/utils/commands.py: Command class improve validations/decoding in outputAníbal Limón2016-08-011-1/+4
* lib/oeqa/utils/commands.py: Move updateEnv() from runexported.pyMariano Lopez2016-07-211-0/+12
* oeqa/utils/commands: fix single-character variable matching in get_bb_vars()Ross Burton2016-07-011-2/+2
* oeqa.utils.commands: runCmd: return stderr output, tooMarkus Lehtonen2016-07-011-0/+1
* oeqa.utils.commands: use get_bb_vars() in get_bb_var()Markus Lehtonen2016-07-011-15/+5
* oeqa.utils.commands: Introduce get_bb_vars()Markus Lehtonen2016-07-011-0/+33
* classes/lib: Complete transition to python3Richard Purdie2016-06-021-2/+2
* classes/lib: Update to use python3 command pipeline decodingRichard Purdie2016-06-021-1/+1
* oeqa/runexported.py: Fix exported testMariano Lopez2016-04-121-1/+5
* oeqa/targetcontrol: make ssh control optionalEd Bartosh2016-02-151-2/+2
* oe-selftest: remove unused parameterEd Bartosh2016-02-151-1/+1
* oeqa: setup bitbake logger after tinfoil.shutdownEd Bartosh2016-02-101-0/+11
* oeqa/commands: Increase qemu boot timeout to match testimage.bbclassRichard Purdie2015-08-011-1/+1
* oeqa/selftest/imagefeatures: Use QemuTarget codeRichard Purdie2015-07-271-0/+49
* lib/oeqa/utils/commands: ensure get_bb_var() works when value contains =Paul Eggleton2015-06-181-1/+1
* recipetool: add appendfile subcommandPaul Eggleton2015-05-201-0/+11
* oeqa/utils: Fixed a problem with get_bb_var not returning right variable.Lucian Musat2015-05-141-2/+3
* oeqa/utils: Allow ~ in bblayersEd Bartosh2015-05-031-0/+2
* oe-selftest: support getting unexported variable valuesPaul Eggleton2015-03-201-0/+7
* oeqa/utils: replace some tabs with spacesPaul Eggleton2014-12-251-5/+5
* oeqa/utils: make get_bb_var() more reliablePaul Eggleton2014-12-231-2/+2
* oeqa/utils/commands.py: add support for postconfig optionCorneliu Stoicescu2014-06-101-9/+22
* oeqa: add proper handling for command errors where neededPaul Eggleton2014-04-301-3/+7
* scripts/oe-selftest: script to run builds as unittest against bitbake or vari...Stefan Stanacar2013-12-031-0/+137