summaryrefslogtreecommitdiffstats
path: root/test/TEST-67-INTEGRITY/test.sh
blob: 1ec2d4bf7fe3e73c5c55feb1c6b1c6f24dd388af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
set -e

TEST_DESCRIPTION="dm-integrity test"

TEST_NO_NSPAWN=1

# shellcheck source=test/test-functions
. "${TEST_BASE_DIR:?}/test-functions"

test_append_files() {(

    instmods loop =block
    instmods dm_integrity =md

    inst_binary integritysetup
    inst_binary blkid
    install_dmevent

    generate_module_dependencies

)}

do_test "$@"