]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/targetcontrol.py: modify it to test runqemu
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 24 Mar 2017 08:44:59 +0000 (01:44 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 26 Mar 2017 12:17:01 +0000 (13:17 +0100)
commit9305d816bdf8837ea3a407091cb7f24a9a3ae8dc
tree6f2035ab9ee5da91bacea3c05ff6c86ce6a63f2e
parentaccf0362f964cc9d6330b6e52e83d748d890521f
oeqa/targetcontrol.py: modify it to test runqemu

Modify the following files to test runqemu:
    targetcontrol.py
    utils/commands.py
    utils/qemurunner.py

We need simulate how "runqemu" works in command line, so when test
"runqemu", the targetcontrol.py, utils/commands.py and
utils/qemurunner.py don't have to find the rootfs or set env vars.

[YOCTO #10249]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/targetcontrol.py
meta/lib/oeqa/utils/commands.py
meta/lib/oeqa/utils/qemurunner.py