diff mbox series

[6/6] tests/qtest: Enable bios-tables-test for LoongArch

Message ID 20250228092729.543097-7-maobibo@loongson.cn (mailing list archive)
State New, archived
Headers show
Series Add bios-tables-test for LoongArch64 system | expand

Commit Message

bibo mao Feb. 28, 2025, 9:27 a.m. UTC
Enable bios-tables-test for LoongArch virt machine, it passes to run
with command "make check-qtest-loongarch64".

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
---
 tests/qtest/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Fabiano Rosas March 19, 2025, 12:06 p.m. UTC | #1
Bibo Mao <maobibo@loongson.cn> writes:

> Enable bios-tables-test for LoongArch virt machine, it passes to run
> with command "make check-qtest-loongarch64".
>
> Signed-off-by: Bibo Mao <maobibo@loongson.cn>
> ---
>  tests/qtest/meson.build | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
> index 8a6243382a..8628eebfbc 100644
> --- a/tests/qtest/meson.build
> +++ b/tests/qtest/meson.build
> @@ -149,7 +149,8 @@ qtests_hppa = \
>  
>  qtests_loongarch64 = qtests_filter + \
>    (config_all_devices.has_key('CONFIG_LOONGARCH_VIRT') ? ['numa-test'] : []) + \
> -  ['boot-serial-test']
> +  ['boot-serial-test'] + \
> +  (unpack_edk2_blobs ? ['bios-tables-test'] : [])
>  
>  qtests_m68k = ['boot-serial-test'] + \
>    qtests_filter

Reviewed-by: Fabiano Rosas <farosas@suse.de>
Igor Mammedov April 1, 2025, 1:42 p.m. UTC | #2
On Fri, 28 Feb 2025 17:27:29 +0800
Bibo Mao <maobibo@loongson.cn> wrote:

> Enable bios-tables-test for LoongArch virt machine, it passes to run
> with command "make check-qtest-loongarch64".
> 
> Signed-off-by: Bibo Mao <maobibo@loongson.cn>

I suggest merging it into of 3/6

> ---
>  tests/qtest/meson.build | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
> index 8a6243382a..8628eebfbc 100644
> --- a/tests/qtest/meson.build
> +++ b/tests/qtest/meson.build
> @@ -149,7 +149,8 @@ qtests_hppa = \
>  
>  qtests_loongarch64 = qtests_filter + \
>    (config_all_devices.has_key('CONFIG_LOONGARCH_VIRT') ? ['numa-test'] : []) + \
> -  ['boot-serial-test']
> +  ['boot-serial-test'] + \
> +  (unpack_edk2_blobs ? ['bios-tables-test'] : [])
>  
>  qtests_m68k = ['boot-serial-test'] + \
>    qtests_filter
diff mbox series

Patch

diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
index 8a6243382a..8628eebfbc 100644
--- a/tests/qtest/meson.build
+++ b/tests/qtest/meson.build
@@ -149,7 +149,8 @@  qtests_hppa = \
 
 qtests_loongarch64 = qtests_filter + \
   (config_all_devices.has_key('CONFIG_LOONGARCH_VIRT') ? ['numa-test'] : []) + \
-  ['boot-serial-test']
+  ['boot-serial-test'] + \
+  (unpack_edk2_blobs ? ['bios-tables-test'] : [])
 
 qtests_m68k = ['boot-serial-test'] + \
   qtests_filter