rasdaemon/tests/tests.yml
Aristeu Rozanski 3083442cb9 rasdaemon: add gating for centos-stream-10
Signed-off-by: Aristeu Rozanski <arozansk@redhat.com>
2024-05-22 14:20:19 -04:00

10 lines
326 B
YAML

- hosts: localhost
roles:
- role: standard-test-basic # this is a standard test role, it takes care of the test environment, logging, archiving results..
tags:
- classic
tests:
- simple:
dir: .
run: "./basic-test.sh" # this is your test command, its exit code is the outcome of the test