4dc6ede4b5
Adds tests according to the CI wiki [0] specifically the standard test interface in the spec [1]. [0] https://fedoraproject.org/wiki/CI [1] https://fedoraproject.org/wiki/Changes/InvokingTests
34 lines
661 B
YAML
34 lines
661 B
YAML
---
|
|
# Tests that run in classic context
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- pam_unix
|
|
- Test-coverage-for-TTY-auditing
|
|
required_packages:
|
|
- bc
|
|
- expect
|
|
- findutils # beakerlib needs find command
|
|
- openssh-clients
|
|
- openssh-server
|
|
- pam
|
|
- pcre-tools
|
|
|
|
# Tests that run in container context
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- container
|
|
tests:
|
|
- Test-coverage-for-TTY-auditing
|
|
required_packages:
|
|
- bc
|
|
- expect
|
|
- findutils # beakerlib needs find command
|
|
- pam
|
|
- pcre-tools
|