16 lines
392 B
YAML
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
|