cryptsetup/tests/tests.yml
Daniel Zatovic 7cc6f65b6c Copy the "tests" directory from c9s branch.
The directory was not imported when creating the c8s branch.
2023-07-03 14:07:10 +02:00

29 lines
535 B
YAML

- hosts: localhost
roles:
- role: standard-test-source
tags:
- classic
- role: standard-test-basic
tags:
- classic
tests:
- upstream_test_suite:
dir: source/tests
run: make -f Makefile.localtest tests
environment:
CRYPTSETUP_PATH: /sbin
required_packages:
- cryptsetup
- cryptsetup-devel
- integritysetup
- veritysetup
- gcc
- make
- kernel-headers
- device-mapper-devel
- expect
- keyutils
- jq
- vim-common
- sharutils