BootLinuxConsoleTest: Test the SmartFusion2 board
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 20 May 2019 22:06:35 +0000 (00:06 +0200)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 11 Jun 2019 17:13:09 +0000 (14:13 -0300)
commit77ead6b83a926f71c452a6eac5ceb7b215b4b90a
treec4531eba8c6f79214f4e9c5ad5d9bd66d529deb8
parentda77bc919d83ebacc952bd8fd5cde4b2fe3a52ba
BootLinuxConsoleTest: Test the SmartFusion2 board

Similar to the x86_64/pc test, it boots a Linux kernel on an
Emcraft board and verify the serial is working.

If ARM is a target being built, "make check-acceptance" will
automatically include this test by the use of the "arch:arm" tags.

Alternatively, this test can be run using:

  $ avocado run -t arch:arm tests/acceptance
  $ avocado run -t machine:emcraft_sf2 tests/acceptance

Based on the recommended test setup from Subbaraya Sundeep:
https://lists.gnu.org/archive/html/qemu-devel/2017-05/msg03810.html

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20190520220635.10961-3-f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
tests/acceptance/boot_linux_console.py