23 lines
433 B
YAML
23 lines
433 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
|
||
|
|