summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils/commands.py
AgeCommit message (Expand)Author
2021-05-11Revert "oeqa: Set LD_LIBRARY_PATH when executing native commands"Alexander Kanavin
2020-12-21oeqa/commands: Ensure sync can be found regardless of PATHRichard Purdie
2020-11-24oeqa/commands: Fix compatibility with python 3.9Richard Purdie
2020-10-20oeqa: Add sync call to command executionRichard Purdie
2020-06-23oeqa/utils/command: Improve stdin handling in runCmdRichard Purdie
2020-06-04oeqa/targetcontrol: Rework exception handling to avoid warningsRichard Purdie
2020-03-24oeqa/commands: Fix runqemu after tinfoil data connector changesRichard Purdie
2019-08-30oeqa: Set LD_LIBRARY_PATH when executing native commandsJoshua Watt
2019-08-28commands.py: fix typoChen Qi
2019-08-06classes/lib: Remove bb.build.FuncFailedRichard Purdie
2019-05-09meta/lib+scripts: Convert to SPDX license headersRichard Purdie
2018-12-01oeqa/utils/commands: Avoid log message duplicationRichard Purdie
2018-12-01oeqa/utils/commands: Add extra qemu failure loggingRichard Purdie
2018-11-14oeqa/utils/commands: Avoid unclosed file warningsRichard Purdie
2018-04-07devtool/oeqa: Ensure added layers set LAYERSERIES_COMPATRichard Purdie
2017-12-02oeqa/commands: don't break if get_bb_vars is passed a tupleRoss Burton
2017-11-09oeqa: Clean up logger handlingRichard Purdie
2017-06-28commands.py: live output logging + result.error encoding fixPatrick Ohly
2017-04-05selftest/commands: extend variable regex to include A_B variable notationLeonardo Sandoval
2017-03-28oeqa: allow persistent image writes in runqemu()Patrick Ohly
2017-03-28oeqa: allow customizing image used by runqemu()Patrick Ohly
2017-03-28oeqa: allow extending qemuparams="..."Patrick Ohly
2017-03-27oeqa.utils.commands: limit runCmd exception outputMarkus Lehtonen
2017-03-27oeqa/targetcontrol.py: modify it to test runqemuRobert Yang
2017-03-08targetcontrol: add image_fstype argument to commands.runqemuEd Bartosh
2017-03-08qemurunner: add runqemuparams argument to commands.runqemuEd Bartosh
2016-12-22oeqa/utils/commands.py: allow use of binaries from native sysrootMaciej Borzecki
2016-12-16meta: remove True option to getVar callsJoshua Lock
2016-12-14oeqa/utils/commands.py: Fix get_bb_vars() when called without argumentsMariano Lopez
2016-12-14oe-selftest: use tinfoil.parse_recipe()Paul Eggleton
2016-12-14oe-selftest: make tinfoil quiet when using to start QEMUPaul Eggleton
2016-12-13oeqa/utils/commands.py: Make a copy of variables in get_bb_varsMariano Lopez
2016-08-18devtool/recipetool/meta: Adapt to bitbake API changes for multi-configuration...Richard Purdie
2016-08-01oeqa/utils/commands.py: Command class improve validations/decoding in outputAníbal Limón
2016-07-21lib/oeqa/utils/commands.py: Move updateEnv() from runexported.pyMariano Lopez
2016-07-01oeqa/utils/commands: fix single-character variable matching in get_bb_vars()Ross Burton
2016-07-01oeqa.utils.commands: runCmd: return stderr output, tooMarkus Lehtonen
2016-07-01oeqa.utils.commands: use get_bb_vars() in get_bb_var()Markus Lehtonen
2016-07-01oeqa.utils.commands: Introduce get_bb_vars()Markus Lehtonen
2016-06-02classes/lib: Complete transition to python3Richard Purdie
2016-06-02classes/lib: Update to use python3 command pipeline decodingRichard Purdie
2016-04-12oeqa/runexported.py: Fix exported testMariano Lopez
2016-02-15oeqa/targetcontrol: make ssh control optionalEd Bartosh
2016-02-15oe-selftest: remove unused parameterEd Bartosh
2016-02-10oeqa: setup bitbake logger after tinfoil.shutdownEd Bartosh
2015-08-01oeqa/commands: Increase qemu boot timeout to match testimage.bbclassRichard Purdie
2015-07-27oeqa/selftest/imagefeatures: Use QemuTarget codeRichard Purdie
2015-06-18lib/oeqa/utils/commands: ensure get_bb_var() works when value contains =Paul Eggleton
2015-05-20recipetool: add appendfile subcommandPaul Eggleton
2015-05-14oeqa/utils: Fixed a problem with get_bb_var not returning right variable.Lucian Musat