diff mbox series

[v2,3/6] tests/acceptance: Improve the Avocado tags

Message ID 20180622004435.10291-4-f4bug@amsat.org
State New
Headers show
Series Avocado: start multi-arch tests, add a Travis job | expand

Commit Message

Philippe Mathieu-Daudé June 22, 2018, 12:44 a.m. UTC
Introduce 'arch' and 'endian' namespaces.

For example, all little-endian tests can be run using:

    $ avocado run -t endian:little tests/acceptance

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 tests/acceptance/boot_linux_console.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tests/acceptance/boot_linux_console.py b/tests/acceptance/boot_linux_console.py
index f6a34d75a5..17dc8d58c1 100644
--- a/tests/acceptance/boot_linux_console.py
+++ b/tests/acceptance/boot_linux_console.py
@@ -19,7 +19,8 @@  class BootLinuxConsoleX86_64(Test):
     and the kernel command line is properly passed from QEMU to the kernel
 
     :avocado: enable
-    :avocado: tags=x86_64
+    :avocado: tags=endian:little
+    :avocado: tags=arch:x86_64
     """
 
     timeout = 60