qemu-cr16/tests/acceptance
Subbaraya Sundeep 70d7857f93 tests/boot_linux_console: Add ethernet test to SmartFusion2
In addition to simple serial test this patch uses ping
to test the ethernet block modelled in SmartFusion2 SoC.

Signed-off-by: Subbaraya Sundeep <sundeep.lkml@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 1587048891-30493-4-git-send-email-sundeep.lkml@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2020-04-30 11:52:28 +01:00
..
avocado_qemu Acceptance tests: introduce BUILD_DIR and SOURCE_DIR 2020-03-17 18:54:23 -04:00
boot_linux.py Acceptance test: add "boot_linux" tests 2020-03-17 18:55:52 -04:00
boot_linux_console.py tests/boot_linux_console: Add ethernet test to SmartFusion2 2020-04-30 11:52:28 +01:00
cpu_queries.py
empty_cpu_model.py
linux_initrd.py
linux_ssh_mips_malta.py
machine_arm_integratorcp.py tests/acceptance/integratorcp: Verify Tux is displayed on framebuffer 2020-02-28 16:14:57 +00:00
machine_arm_n8x0.py
machine_m68k_nextcube.py
machine_mips_malta.py
machine_sparc_leon3.py tests/acceptance/machine_sparc_leon3: Disable HelenOS test 2020-04-06 20:03:14 +02:00
migration.py Acceptance test: Fix to EXEC migration 2020-04-06 20:03:14 +02:00
pc_cpu_hotplug_props.py
ppc_prep_40p.py tests/acceptance/ppc_prep_40p: Use mirror for ftp.software.ibm.com 2020-04-06 20:03:14 +02:00
README.rst
version.py
virtio_check_params.py
virtio_version.py
vnc.py
x86_cpu_model_versions.py

============================================
Acceptance tests using the Avocado Framework
============================================

This directory contains functional tests, also known as acceptance
level tests.  They're usually higher level, and may interact with
external resources and with various guest operating systems.

For more information, please refer to ``docs/devel/testing.rst``,
section "Acceptance tests using the Avocado Framework".