rasdaemon/tests/tests.yml
Aristeu Rozanski 74367be5a2 Merging 2065729 fixes into 9.1 branch
Resolves: #2067499

Signed-off-by: Aristeu Rozanski <arozansk@redhat.com>
2022-03-31 10:53:37 -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