[Buildroot] [PATCH 14/16] support/testing: test_ubi: add image format on the qemu command line

Yann E. MORIN yann.morin.1998 at free.fr
Sun Oct 17 19:50:13 UTC 2021


Romain, All,

On 2021-09-12 16:11 +0200, Romain Naour spake thusly:
> Adding the Image format on the Qemu command line avoid this warning:
> 
> "WARNING: Image format was not specified for 'output/TestUbi/images/rootfs.ubi' 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: Romain Naour <romain.naour at gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  support/testing/tests/fs/test_ubi.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/support/testing/tests/fs/test_ubi.py b/support/testing/tests/fs/test_ubi.py
> index 8148e5f336..eeb55b1d59 100644
> --- a/support/testing/tests/fs/test_ubi.py
> +++ b/support/testing/tests/fs/test_ubi.py
> @@ -32,7 +32,7 @@ class TestUbi(infra.basetest.BRTest):
>                             kernel_cmdline=["root=ubi0:rootfs",
>                                             "ubi.mtd=0",
>                                             "rootfstype=ubifs"],
> -                           options=["-drive", "file={},if=pflash".format(img)])
> +                           options=["-drive", "file={},if=pflash,format=raw".format(img)])
>          self.emulator.login()
>          cmd = "mount | grep 'ubi0:rootfs on / type ubifs'"
>          _, exit_code = self.emulator.run(cmd)
> -- 
> 2.31.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at lists.buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'


More information about the buildroot mailing list