libvma/tests/tests.yml
Kamal Heib c7c63fbe6a Add gating tests
Resolves: RHEL-24810
Signed-off-by: Kamal Heib <kheib@redhat.com>
2024-04-30 17:36:58 -04:00

12 lines
427 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
required_packages:
- libvma