Browse Source
In the discussion about renaming the `tests/acceptance` [1], the conclusion was that the folders inside `tests` are related to the framework running the tests and not directly related to the type of the tests. This changes the folder to `tests/avocado` and adjusts the MAKEFILE, the CI related files and the documentation. [1] https://lists.gnu.org/archive/html/qemu-devel/2021-05/msg06553.html Reviewed-by: Niek Linnenbank <nieklinnenbank@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Willian Rampazzo <willianr@redhat.com> Message-Id: <20211105155354.154864-3-willianr@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>pull/200/head
committed by
Philippe Mathieu-Daudé
64 changed files with 104 additions and 105 deletions
@ -1,10 +0,0 @@ |
|||
============================================ |
|||
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". |
|||
@ -0,0 +1,10 @@ |
|||
============================================= |
|||
Integration tests using the Avocado Framework |
|||
============================================= |
|||
|
|||
This directory contains integration 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 "Integration tests using the Avocado Framework". |
|||
@ -1,4 +1,4 @@ |
|||
# Linux initrd acceptance test. |
|||
# Linux initrd integration test. |
|||
# |
|||
# Copyright (c) 2018 Red Hat, Inc. |
|||
# |
|||
@ -1,5 +1,5 @@ |
|||
# |
|||
# QEMU AVR acceptance tests |
|||
# QEMU AVR integration tests |
|||
# |
|||
# Copyright (c) 2019-2020 Michael Rolnik <mrolnik@gmail.com> |
|||
# |
|||
Loading…
Reference in new issue