2018-11-20 13:31:48 +00:00
|
|
|
---
|
|
|
|
# Tests for docker container
|
|
|
|
- hosts: localhost
|
|
|
|
tags:
|
|
|
|
- container
|
|
|
|
# no compatible tests
|
|
|
|
|
|
|
|
# Tests for classic environment and Atomic Host
|
|
|
|
- hosts: localhost
|
|
|
|
tags:
|
|
|
|
- all
|
|
|
|
- classic
|
|
|
|
- atomic
|
|
|
|
roles:
|
|
|
|
- role: standard-test-beakerlib
|
|
|
|
tests:
|
|
|
|
- pkcs11-tool
|
|
|
|
required_packages:
|
|
|
|
- softhsm # software PKCS#11 module
|
|
|
|
- openssl # openssl tools
|
|
|
|
- gnutls-utils # p11tool
|
2019-08-23 14:14:30 +00:00
|
|
|
- opencryptoki-libs # opencryptoki
|
|
|
|
- opencryptoki
|
|
|
|
- opencryptoki-swtok
|
2020-03-19 18:11:34 +00:00
|
|
|
- libcacard
|
2019-08-23 14:14:30 +00:00
|
|
|
- softhsm
|
|
|
|
- nss-tools # Handling NSS DB
|
|
|
|
- policycoreutils # Loading custom selinux modules
|
2018-11-20 13:31:48 +00:00
|
|
|
|