On 9/23/21 18:11, Willian Rampazzo wrote:
Although it is possible to run a specific test using the avocado
command-line, a user may want to use a specific tag while running the
``make check-acceptance`` during the development or debugging.

This allows using the AVOCADO_TAGS environment variable where the user
takes total control of which tests should run based on the tags defined.

This also makes the check-acceptance command flexible to restrict tests
based on tags while running on CI.

e.g.:

AVOCADO_TAGS="foo bar baz" make check-acceptance

Signed-off-by: Willian Rampazzo <willi...@redhat.com>
Tested-by: Wainer dos Santos Moschetta <waine...@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <waine...@redhat.com>
Reviewed-by: Thomas Huth <th...@redhat.com>
---
  docs/devel/testing.rst | 14 ++++++++++++++
  tests/Makefile.include | 12 +++++++++---
  2 files changed, 23 insertions(+), 3 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>


Reply via email to