passwd/tests/tests.yml
Petr Šabata e9d531758e RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/passwd#13ba5ad94b7c4be609724c62e8873da2955bbbbb
2020-10-15 22:59:23 +02:00

31 lines
703 B
YAML

---
# Tests that run in classic context
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
tests:
- changing-password-with-stdin-opiton-limits
- passwd-exit-status-1
- smoke-test
required_packages:
- expect
- findutils # beakerlib needs find command
- openssh # smoke-test needs openssh
- passwd
# Tests that run in container context
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- container
tests:
- changing-password-with-stdin-opiton-limits
- passwd-exit-status-1
required_packages:
- expect
- findutils # beakerlib needs find command
- passwd