]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
testimage: Drop target_dumper and most of monitor_dumper
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Dec 2023 16:04:24 +0000 (16:04 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Dec 2023 07:44:46 +0000 (07:44 +0000)
commita24d787987dccc95fdd95b7e85bf525a1c55b285
tree60db38161942b9041782edd2d875c13786cd406c
parentfdcc011608fd9558a081d0ace3eaf7192d9fcaef
testimage: Drop target_dumper and most of monitor_dumper

The target_dumper code is basically broken. It has been reading binary files
over the text base serial communication and runs at every command failure which
makes no sense. Each run might overwrite files from the previous run and the
output appears corrupted due to confusion from the binary data.

For now, remove the commands and the target dumper code as the command
and execution point are problematic. Also remove the same pieces of the monitor
code but leave the command list since in theory this can be moved to a more
useful place in the code.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/testimage.bbclass
meta/lib/oeqa/core/target/qemu.py
meta/lib/oeqa/core/target/ssh.py
meta/lib/oeqa/targetcontrol.py