]> code.ossystems Code Review - openembedded-core.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:13:46 +0000 (11:13 +0000)
commitf1f224a2d4d3f2a760632c2254e91a8f94c8814f
tree4a316bb786225195d07b152a96401037d4e048a4
parent5aa4b5a10fb8191cd3453d09701c8beeff9a952f
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.

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