37 lines
879 B
YAML
37 lines
879 B
YAML
---
|
|
# 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
|
|
- opencryptoki-libs # opencryptoki
|
|
- opencryptoki
|
|
- opencryptoki-swtok
|
|
- git # to download vsmartcard and virt_cacard projects
|
|
- libcacard-devel # Build requires for virt_cacard and vsmartcard
|
|
- autoconf
|
|
- autoconf-archive
|
|
- automake
|
|
- libtool
|
|
- softhsm
|
|
- help2man
|
|
- pcsc-lite-devel
|
|
- nss-tools # Handling NSS DB
|
|
- policycoreutils # Loading custom selinux modules
|
|
|