Ping for review before I send v3? v3: - fix patch 4 "Add test_sh4_r2d in BootLinuxConsole" - drop patch 5? "Add test_sh4_r2d in BootLinuxTracing"
On Sat, Oct 13, 2018 at 5:15 PM Philippe Mathieu-Daudé <f4...@amsat.org> wrote: > Another neanderthal approach to add multi-arch acceptance tests using Avocado. > > I couldn't figure how to use the R2D serial, the kernel boots using the sm501 > display correctly, but I'm too console-oriented to write UI tests... > > Magnus or Zoltan, any hint on this? Fixed (see reply to patch #5) > > Thanks > > Phil. > > Since v2 (http://lists.gnu.org/archive/html/qemu-devel/2018-06/msg06370.html): > - use Debian packaged kernels, add link to the sources and a comment > about how to rebuild these images (Alex) > - use self.arch from Cleber's series > - add mips64el kernel console test > - add sh4 test using the tracing framework > > Since v1 (http://lists.gnu.org/archive/html/qemu-devel/2018-04/msg03076.html): > - we can now run other archs (Cleber) > > Based-on: 20181009232607.15521-1-cr...@redhat.com > "Acceptance Tests: basic architecture support" from Cleber Rosa > https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg01821.html > > Philippe Mathieu-Daudé (6): > tests/acceptance: Rename the generic BootLinuxConsole test as > test_x86_64_pc > tests/acceptance: Add a kludge to not use the default console > tests/acceptance: Add test_mips_4kc_malta in BootLinuxConsole > tests/acceptance: Add test_mipsel_5kc_malta in BootLinuxConsole > tests/acceptance: Add test_sh4_r2d in BootLinuxConsole > tests/acceptance: Add test_sh4_r2d in BootLinuxTracing Thanks, Phil.