sanlock/tests/tests.yml
2023-12-15 09:46:40 -06:00

16 lines
392 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: scripts
run: ./run_tests.sh
required_packages:
- sanlock
- sanlock-devel
- gcc
- libaio-devel
- libblkid-devel