15 lines
272 B
YAML
15 lines
272 B
YAML
|
---
|
||
|
# Tests which will run in all contexts
|
||
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-beakerlib
|
||
|
tags:
|
||
|
- classic
|
||
|
- container
|
||
|
- atomic
|
||
|
tests:
|
||
|
- smoke
|
||
|
- xautofs
|
||
|
required_packages:
|
||
|
- autofs # autofs required for xautofs test
|