Browse Source

tests/qtest: Remove the microblazeel target from the qtests

The "petalogix-ml605" boot-serial-test can be run with the
"microblaze" target. The remaining tests can simply be dropped
now that we are going to remove the "microblazeel" target.

Reviewed-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20260226084608.11251-3-thuth@redhat.com>
master
Thomas Huth 1 month ago
parent
commit
b63b340430
  1. 2
      tests/qtest/boot-serial-test.c
  2. 1
      tests/qtest/machine-none-test.c
  3. 2
      tests/qtest/meson.build

2
tests/qtest/boot-serial-test.c

@ -186,7 +186,7 @@ static const testdef_t tests[] = {
{ "m68k", "next-cube", "", "TT", sizeof(bios_nextcube), 0, bios_nextcube },
{ "microblaze", "petalogix-s3adsp1800", "", "TT",
sizeof(kernel_pls3adsp1800), kernel_pls3adsp1800 },
{ "microblazeel", "petalogix-ml605", "", "TT",
{ "microblaze", "petalogix-ml605", "", "TT",
sizeof(kernel_plml605), kernel_plml605 },
{ "arm", "raspi2b", "", "TT", sizeof(bios_raspi2), 0, bios_raspi2 },
{ "aarch64", "virt", "-cpu max", "TT", sizeof(kernel_aarch64),

1
tests/qtest/machine-none-test.c

@ -32,7 +32,6 @@ static struct arch2cpu cpus_map[] = {
{ "alpha", "ev67" },
{ "m68k", "m5206" },
{ "microblaze", "any" },
{ "microblazeel", "any" },
{ "mips", "4Kc" },
{ "mipsel", "I7200" },
{ "mips64", "20Kc" },

2
tests/qtest/meson.build

@ -159,8 +159,6 @@ qtests_m68k = ['boot-serial-test'] + \
qtests_microblaze = ['boot-serial-test'] + \
qtests_filter
qtests_microblazeel = qtests_microblaze
qtests_mips = \
qtests_filter + \
(config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) + \

Loading…
Cancel
Save