generic-poky/meta/lib/oeqa/utils
Richard Purdie 1659b33553 oeqa/qemurunner: Use logger.debug, not logger.info
Bitbake logs info messages to the console. These messages are really
there as debugging information. At the debug level, they will be shown
in failure logs and in the task logs but not on the console which
is what we want in this case.

(From OE-Core rev: 5c1cdd4f3ea59a202fff853e0390b9aa5859dc74)

(From OE-Core rev: 7274a9caa39c77128ecaf398437e685923ebc2c5)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-03-04 11:11:59 +00:00
..
__init__.py oeqa/utils/__init__.py: Adds compatibility with bitbake logger 2017-01-23 12:05:19 +00:00
buildproject.py oeqa/utils/buildproject: create a more unique tmp dir 2017-04-06 10:13:39 +01:00
commands.py selftest/commands: extend variable regex to include A_B variable notation 2017-04-05 23:22:12 +01:00
decorators.py selftest: remove result file log awkward checking 2017-02-15 20:06:41 -08:00
dump.py oeqa/utils/dump: Move get_host_dumper to OERuntimeTestContextExecutor class 2017-01-23 12:05:20 +00:00
ftools.py oeqa/utils/ftools: improve remove_from_file algorithm 2016-03-28 15:55:50 +01:00
git.py oeqa.utils.git: support bare repos 2017-02-15 20:06:41 -08:00
httpserver.py oeqa/utils/httpserver.py: HTTPServer enable thread connection handling 2016-08-10 10:46:32 +01:00
logparser.py classes/lib: Complete transition to python3 2016-06-02 08:24:01 +01:00
metadata.py oeqa.utils.metadata: include BB_NUMBER_THREADS and PARALLEL_MAKE 2017-01-19 22:47:22 +00:00
network.py oeqa/utils: added new network module 2016-02-28 11:32:58 +00:00
package_manager.py oeqa: fix typo 2017-02-23 12:49:48 -08:00
qemurunner.py oeqa/qemurunner: Use logger.debug, not logger.info 2018-03-04 11:11:59 +00:00
qemutinyrunner.py oeqa: allow persistent image writes in runqemu() 2017-03-28 10:34:37 +01:00
sshcontrol.py sshcontrol.py: in copy_to() always use scp 2018-03-04 11:11:58 +00:00
subprocesstweak.py oeqa: add output to subprocess exceptions 2017-03-01 23:27:11 +00:00
targetbuild.py oeqa/utils/targetbuild: tmp dir improvements 2017-04-06 10:13:39 +01:00
testexport.py meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00