]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/dump.py: Add support for QMP command arguments
authorSaul Wold <Saul.Wold@windriver.com>
Wed, 30 Jun 2021 21:17:06 +0000 (14:17 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Jul 2021 22:14:27 +0000 (23:14 +0100)
commit9a2f4e1e95f4a3f7ebbf08f46445c8ea670adce3
tree15363cf70350470e58a81103de4b54f628e6c7e7
parent4d34676b6226a34df2877adbeea25abb5b2a31be
oeqa/dump.py: Add support for QMP command arguments

Need to ensure that the dump_dir is created correctly and available
When command arguemnts are passed construct a filename if needed and
convert the arguements to a json object to pass to QMP.

Signed-off-by: Saul Wold <saul.wold@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/targetcontrol.py
meta/lib/oeqa/utils/dump.py