From 630783f77c10bed0e87c14c7f0944f6c0fa435c1 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Tue, 25 May 2021 14:12:53 +0800 Subject: [PATCH] zephyrtargetcontrol.py: fix testimage 'testimage_dump_monitor' argument issue Error log: Exception: TypeError: __init__() got an unexpected keyword argument 'testimage_dump_monitor' Ref: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=3acbec85b00d693d2d731bc2b09cc40be1cc68e9 Signed-off-by: Naveen Saini --- lib/oeqa/controllers/zephyrtargetcontrol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oeqa/controllers/zephyrtargetcontrol.py b/lib/oeqa/controllers/zephyrtargetcontrol.py index 1dd7fd2..d342314 100644 --- a/lib/oeqa/controllers/zephyrtargetcontrol.py +++ b/lib/oeqa/controllers/zephyrtargetcontrol.py @@ -15,7 +15,7 @@ class QemuTargetZephyr(OETarget): machine='', rootfs='', tmpdir ='',dir_image ='',display=None, kernel='',boottime=60,bootlog='',kvm=False,slirp=False, dump_dir='',serial_ports=0,ovmf=None,tmpfsdir='' ,target_modules_path='',powercontrol_cmd='',powercontrol_extra_args='', - serialcontrol_cmd=None,serialcontrol_extra_args='',testimage_dump_target=''): + serialcontrol_cmd=None,serialcontrol_extra_args='',testimage_dump_target='',testimage_dump_monitor=''): timeout = 300 user = 'root'