mcelog/tests/tests.yml
Prarit Bhargava 364e9a1c47 Add tests
Resolves: bz2162168

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
2023-06-08 13:36:14 -04:00

10 lines
385 B
YAML

- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: . # switch to subfolder. This parameter is REQUIRED, use `dir: .` for current folder
run: ./run_tests.sh # this is your test command, its exit code is the outcome of the test