generic-poky/meta/lib/oeqa/utils
Maciej Borzecki 5903182484 oeqa/utils/commands.py: allow use of binaries from native sysroot
Tests may need to run a native tool that is not available on the host
filesystem, but can be built using one of the *-native recipes. In such case,
the tool will be available in native sysroot, and running in from that location
will require adjustments to PATH.

runCmd() can now take a path to native sysroot as one of its arguments and
setup PATH accordingly.

(From OE-Core rev: f2a04631949db72d4261d1c142c5044fad3741f9)

Signed-off-by: Maciej Borzecki <maciej.borzecki@rndity.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-12-22 08:50:16 +00:00
..
__init__.py classes/testsdk: Move code for avoid PATHs to oeqa.utils 2016-02-28 11:33:06 +00:00
commands.py oeqa/utils/commands.py: allow use of binaries from native sysroot 2016-12-22 08:50:16 +00:00
decorators.py oeqa/utils/decorators: LogResults fix race condition in linkfile 2016-09-15 12:15:07 +01:00
dump.py meta: remove True option to getVar calls 2016-12-16 10:23:23 +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: implement init() method 2016-08-25 23:03:47 +01: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 oe-selftest: import git module only when needed 2016-12-20 15:22:17 +00:00
network.py oeqa/utils: added new network module 2016-02-28 11:32:58 +00:00
package_manager.py meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
qemurunner.py oeqa/utils: Add StreamHandler to logger 2016-10-01 21:45:57 +01:00
qemutinyrunner.py qemurunner.py/qemutinyrunner.py: remove runqemu-internal 2016-09-09 12:07:32 +01:00
sshcontrol.py oeqa/sshcontrol: Handle interrupted system call error 2016-10-07 16:43:58 +01:00
targetbuild.py meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
testexport.py meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00