generic: test MADV_POPULATE_READ with IO errors
[xfstests-dev.git] / tests / generic / 549
1 #! /bin/bash
2 # SPDX-License-Identifier: GPL-2.0
3 # Copyright 2019 Google LLC
4 #
5 # FS QA Test No. 549
6 #
7 # Verify ciphertext for v1 encryption policies that use AES-128-CBC-ESSIV to
8 # encrypt file contents and AES-128-CTS-CBC to encrypt file names.
9 #
10 . ./common/preamble
11 _begin_fstest auto quick encrypt
12
13 # Import common functions.
14 . ./common/filter
15 . ./common/encrypt
16
17 # real QA test starts here
18 _supported_fs generic
19
20 _verify_ciphertext_for_encryption_policy AES-128-CBC-ESSIV AES-128-CTS-CBC
21
22 # success, all done
23 status=0
24 exit