support/testing/tests/fs/test_ext: add missing "format" option for Qemu
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 21 Jun 2021 20:25:46 +0000 (22:25 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 26 Jun 2021 20:17:07 +0000 (22:17 +0200)
commitf37e811cd1b25d2be6aecc3a3bf185a0bb3cdb1c
treebfdedf58346036f8e56d6c57f92f3c13accfb863
parentabe32cfdf0dda17af10d290fe1cb33c0fc60a076
support/testing/tests/fs/test_ext: add missing "format" option for Qemu

Will avoid the following warning:

   WARNING: Image format was not specified for
   '/home/thomas/projets/outputs/TestExt3/images/rootfs.ext3' and
   probing guessed raw. Automatically detecting the format is
   dangerous for raw images, write operations on block 0 will be
   restricted. Specify the 'raw' format explicitly to remove the
   restrictions.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
support/testing/tests/fs/test_ext.py