302b990936
Since we are now replacing fipscheck, add its existing dist-git test to libkcapi. Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
45 lines
1.0 KiB
YAML
45 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
|
|
- nfs-utils
|
|
- pkgconfig
|
|
- rpm-build
|
|
- texinfo
|
|
- wget
|
|
tests:
|
|
- fipscheck-smoke-test
|