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