ba1d6eb9eb
resolves: rhbz#1975459
(cherry picked from commit dfd02f7fb4
)
34 lines
877 B
YAML
34 lines
877 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-source
|
|
tags:
|
|
- always
|
|
- role: standard-test-basic
|
|
tags:
|
|
- atomic
|
|
- classic
|
|
- container
|
|
required_packages:
|
|
- augeas
|
|
- augeas-devel
|
|
- libxml2-devel
|
|
- gcc
|
|
- pkg-config
|
|
- chrony # test its configs
|
|
- fuse # test its configs
|
|
- iscsi-initiator-utils # test its configs
|
|
- lvm2 # test its configs
|
|
- mdadm # test its configs
|
|
- openssh-server # test its configs
|
|
- rsync # test its configs
|
|
- rsyslog # test its configs
|
|
- sudo # test its configs
|
|
tests:
|
|
- augtool_test:
|
|
dir: .
|
|
run: ./augtool_test.sh
|
|
- devel:
|
|
dir: .
|
|
run: ./devel.sh
|