qemu/tests/acceptance
Filip Bozuta dbd07eda9d mips: malta: Renovate coding style
The script checkpatch.pl located in scripts folder was
used to detect all errors and warrnings in files:
    hw/mips/mips_malta.c
    hw/mips/gt64xxx_pci.c
    tests/acceptance/linux_ssh_mips_malta.py

All these mips malta machine files were edited and
all the errors and warrings generated by the checkpatch.pl
script were corrected and then the script was
ran again to make sure there are no more errors and warnings.

Signed-off-by: Filip Bozuta <Filip.Bozuta@rt-rk.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Message-Id: <1575640687-20744-3-git-send-email-Filip.Bozuta@rt-rk.com>
2019-12-16 13:08:17 +01:00
..
avocado_qemu tests/acceptance: Refactor exec_command_and_wait_for_pattern() 2019-10-28 19:04:04 -04:00
boot_linux_console.py Acceptance test: update kernel for m68k/q800 test 2019-10-31 09:58:20 +00:00
cpu_queries.py tests/acceptance: Specify arch for QueryCPUModelExpansion 2019-09-18 21:28:40 -04:00
empty_cpu_model.py cpu: Fix crash with empty -cpu option 2019-04-25 14:17:35 -03:00
linux_initrd.py Fedora images: use URLs from stable "archives.fedoraproject.org" 2019-09-10 14:14:32 +01:00
linux_ssh_mips_malta.py mips: malta: Renovate coding style 2019-12-16 13:08:17 +01:00
machine_m68k_nextcube.py Acceptance test machine_m68k_nextcube.py: relax the error code pattern 2019-09-20 16:24:53 -04:00
machine_sparc_leon3.py tests/acceptance: Add test that boots the HelenOS microkernel on Leon3 2019-10-28 19:04:04 -04:00
migration.py Acceptance tests: drop left over usage of "🥑 enable" 2019-08-28 20:42:16 -04:00
pc_cpu_hotplug_props.py pc: Don't make die-id mandatory unless necessary 2019-09-03 14:39:46 -03:00
ppc_prep_40p.py tests/acceptance: Test OpenBIOS on the PReP/40p 2019-10-28 19:04:04 -04:00
README.rst
version.py Acceptance tests: drop usage of "🥑 enable" 2019-02-22 14:07:01 -05:00
virtio_version.py python/qemu: split QEMUMachine out from underneath __init__.py 2019-07-01 19:02:10 -03:00
vnc.py VNC Acceptance test: simplify test names 2019-08-28 21:10:15 -04:00
x86_cpu_model_versions.py Acceptance test x86_cpu_model_versions: split into smaller tests 2019-09-20 17:03:52 -04:00

============================================
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".