66e8475791
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/libkcapi#ba6b846bc343b2bab9fe27b664a4980d5a57c6f4
46 lines
1.0 KiB
YAML
46 lines
1.0 KiB
YAML
- hosts: localhost
|
|
tags:
|
|
- classic
|
|
- container
|
|
roles:
|
|
- role: standard-test-basic
|
|
required_packages:
|
|
- libkcapi-tests
|
|
tests:
|
|
- upstream-basic-test:
|
|
run: /usr/libexec/libkcapi/test.sh
|
|
- upstream-enc-test:
|
|
run: /usr/libexec/libkcapi/kcapi-enc-test.sh
|
|
- upstream-enc-test-large:
|
|
run: /usr/libexec/libkcapi/kcapi-enc-test-large.sh
|
|
- upstream-dgst-test:
|
|
run: /usr/libexec/libkcapi/kcapi-dgst-test.sh
|
|
- upstream-hasher-test:
|
|
run: /usr/libexec/libkcapi/hasher-test.sh
|
|
- upstream-convenience-test:
|
|
run: /usr/libexec/libkcapi/kcapi-convenience.sh
|
|
- upstream-fuzz-test:
|
|
run: /usr/libexec/libkcapi/kcapi-fuzz-test.sh
|
|
|
|
- hosts: localhost
|
|
tags:
|
|
- classic
|
|
- container
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
required_packages:
|
|
- fipscheck
|
|
- gawk
|
|
- gcc-c++
|
|
- libgcrypt
|
|
- libgpg-error-devel
|
|
- libselinux-utils
|
|
- libtool
|
|
- nfs-utils
|
|
- pkgconfig
|
|
- rpm-build
|
|
- texinfo
|
|
- wget
|
|
tests:
|
|
- fipscheck-smoke-test
|