]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
targetcontrol: add image_fstype argument to commands.runqemu
authorEd Bartosh <ed.bartosh@linux.intel.com>
Mon, 6 Mar 2017 15:10:10 +0000 (17:10 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Mar 2017 11:52:56 +0000 (11:52 +0000)
commit27badf83ecbf4cd72c74ae21dbc1a6e21f9f1fa9
tree61f84f372e8b9c8916fe99c552aa1ef136990eca
parent383cd20828e4a0f88f2d9659aafe5d0a162e8fbc
targetcontrol: add image_fstype argument to commands.runqemu

qemu runner picks up first fsimage type from the hard-coded
list of supported types. This makes it impossible to test
particular image type unless it's not ext4(first type in
the hardcoded list of types).

Added image_fstypes argument to commands.runqemu and QemuTarget
__init__ to specify type of the image to run qemu with.

This will be used to pass wic image type to test efi wic images.

(From OE-Core rev: f1f224a2d4d3f2a760632c2254e91a8f94c8814f)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/targetcontrol.py
meta/lib/oeqa/utils/commands.py