15 lines
358 B
YAML
15 lines
358 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:
|
||
|
- dlm
|
||
|
- dlm-devel
|
||
|
- corosync
|
||
|
- gcc
|