2021-07-26 11:49:15 +00:00
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- role: standard-test-basic
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
- container
|
|
|
|
required_packages:
|
|
|
|
- resource-agents
|
2021-07-28 08:36:15 +00:00
|
|
|
- resource-agents-paf
|
|
|
|
- ha-cloud-support
|
2021-07-26 11:49:15 +00:00
|
|
|
- pcs
|
|
|
|
|
|
|
|
tests:
|
|
|
|
- subpackage_tests:
|
|
|
|
dir: .
|
|
|
|
run: ./run_tests.sh
|