]> git.proxmox.com Git - mirror_qemu.git/commit
tests/acceptance: Tag NetBSD tests as 'os:netbsd'
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 23 Jun 2021 18:00:15 +0000 (20:00 +0200)
committerCleber Rosa <crosa@redhat.com>
Tue, 13 Jul 2021 17:18:51 +0000 (13:18 -0400)
commit012293c1b1451edc28e9b3a6ea573d74c5ed373c
treed4a3ad6a789f50546ea07536d1c0692b71f8f3c4
parent5e57d4e895e59579b3c3a7119df259cdfde2d1ce
tests/acceptance: Tag NetBSD tests as 'os:netbsd'

Avocado allows us to select set of tests using tags.
When wanting to run all tests using a NetBSD guest OS,
it is convenient to have them tagged, add the 'os:netbsd'
tag.

It allows one to run the NetBSD tests with:

 $ avocado --show=app,console run -t os:netbsd tests/acceptance/

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210623180021.898286-4-f4bug@amsat.org>
Reviewed-by: Niek Linnenbank <nieklinnenbank@gmail.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Cleber Rosa <crosa@redhat.com>
[PMD: ammend the commit message with example command]
Signed-off-by: Cleber Rosa <crosa@redhat.com>
tests/acceptance/boot_linux_console.py
tests/acceptance/ppc_prep_40p.py