sanlock/tests/tests.yml
2023-07-11 12:36:11 +02: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