fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 036
1 #! /bin/bash
2 # SPDX-License-Identifier: GPL-2.0
3 # Copyright (c) 2014 Dmitry Monakhov.  All Rights Reserved.
4 #
5 # FS QA Test No. 036
6 #
7 # CVE-2014-8086
8 # Run aio-dio-fcntl-race - test aio write race with O_DIRECT toggle
9 #
10 . ./common/preamble
11 _begin_fstest auto aio rw stress
12
13 # Import common functions.
14 . ./common/filter
15
16 # real QA test starts here
17
18 _supported_fs generic
19 _require_test
20
21 _run_aiodio aio-dio-fcntl-race
22
23 _check_dmesg _filter_aiodio_dmesg
24
25 exit $status