mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
oeqa/qemu & runtime: qemu do not need ip input from external
Qemu do not use the ip input from external. It will retrieve ip from QemuRunner instance and assign ip value. (From OE-Core rev: 14d99dc6c39c963ba3e0d9a30274846bd5369210) Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3786729785
commit
010c24307b
@@ -101,7 +101,7 @@ class OERuntimeTestContextExecutor(OETestContextExecutor):
|
||||
if target_type == 'simpleremote':
|
||||
target = OESSHTarget(logger, target_ip, server_ip, **kwargs)
|
||||
elif target_type == 'qemu':
|
||||
target = OEQemuTarget(logger, target_ip, server_ip, **kwargs)
|
||||
target = OEQemuTarget(logger, server_ip, **kwargs)
|
||||
else:
|
||||
# XXX: This code uses the old naming convention for controllers and
|
||||
# targets, the idea it is to leave just targets as the controller
|
||||
|
||||
Reference in New Issue
Block a user