Blob Blame History Raw
- 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-ssh-token
    - integritysetup
    - veritysetup
    - gcc
    - make
    - kernel-headers
    - device-mapper-devel
    - expect
    - keyutils
    - jq
    - vim-common
    - sharutils
    - openssh
    - openssl
    - nmap-ncat
    - sshpass
    - shadow-utils