6165e91cb4
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/pam#767f761a2d5d99b87ebc44c4ad751467b46b1d97
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
|