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 |
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>
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 --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
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(-)