qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] tests/avocado: ppc test VOF bios Linux boot


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] tests/avocado: ppc test VOF bios Linux boot
Date: Fri, 23 Jun 2023 17:37:25 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.12.0

On 23/6/23 14:21, Nicholas Piggin wrote:
VOF is the new lightweight fast pseries bios. Add a Linux boot test
using VOF.

More tests could be moved to use VOF becasue it's much faster, but

Typo "because".

just dip one toe in the water first here. SLOF should continue to be
tested too.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
---

This applies on top of the SMP/SMT avocado test I sent. Just
thought it would be a nice addition.

Thanks,
Nick

  tests/avocado/ppc_pseries.py | 11 +++++++++++
  1 file changed, 11 insertions(+)

diff --git a/tests/avocado/ppc_pseries.py b/tests/avocado/ppc_pseries.py
index ff42c770f2..a8311e6555 100644
--- a/tests/avocado/ppc_pseries.py
+++ b/tests/avocado/ppc_pseries.py
@@ -29,6 +29,17 @@ def do_test_ppc64_linux_boot(self):
                           '-append', kernel_command_line)
          self.vm.launch()
+ def test_ppc64_vof_linux_boot(self):
+        """
+        :avocado: tags=arch:ppc64
+        :avocado: tags=machine:pseries

Note, you could add 'tags:firmware:vof' if filtering to run only tests
booting VOF is useful.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]