29 lines
679 B
YAML
29 lines
679 B
YAML
|
---
|
||
|
# Tests for classic and container
|
||
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-beakerlib
|
||
|
tags:
|
||
|
- classic
|
||
|
- container
|
||
|
tests:
|
||
|
- library
|
||
|
- fipscheck
|
||
|
- fipshmac
|
||
|
required_packages:
|
||
|
- fipscheck # Required for library test
|
||
|
- fipscheck-devel # Required for library test
|
||
|
- fipscheck-lib # Required for library test
|
||
|
- libgcrypt # Required for library test
|
||
|
- libreswan # Required for library test
|
||
|
- gcc # Required for library test
|
||
|
|
||
|
# Tests for Atomic Host
|
||
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-beakerlib
|
||
|
tags:
|
||
|
- atomic
|
||
|
tests:
|
||
|
- fipshmac
|