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é <[email protected]>
---
tests/acceptance/boot_linux_console.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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
--
2.18.0.rc2