cryptsetup/tests/tests.yml
2021-07-08 11:34:48 +02:00

37 lines
697 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
RUN_SSH_PLUGIN_TEST: 1
required_packages:
- cryptsetup
- cryptsetup-devel
- cryptsetup-reencrypt
- cryptsetup-ssh-token
- integritysetup
- veritysetup
- gcc
- make
- kernel-headers
- device-mapper-devel
- expect
- keyutils
- jq
- vim-common
- sharutils
- openssh
- openssl
- nmap-ncat
- sshpass
- shadow-utils