1 #
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright (c) 2015 by Delphix. All rights reserved.
14 #
15
16 [DEFAULT]
17 quiet = False
18 user = root
19 timeout = 1800
20 outputdir = /var/tmp/test_results
21
22 [/opt/zfs-tests/tests/stress/races]
23 tests = ['remove_file_while_remap']
|
1 #
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2017 Nexenta Systems, Inc.
14 #
15
16 [DEFAULT]
17 pre = setup
18 quiet = False
19 pre_user = root
20 user = root
21 timeout = 3600
22 post_user = root
23 post = cleanup
24 outputdir = /var/tmp/test_results
25
26 [/opt/zfs-tests/tests/stress/mirror_002]
27 tests = ['mirror_002']
28
29 [/opt/zfs-tests/tests/stress/mirror_003]
30 tests = ['mirror_003']
31
32 [/opt/zfs-tests/tests/stress/mirror_004]
33 tests = ['mirror_004']
34
35 [/opt/zfs-tests/tests/stress/mirror_005]
36 tests = ['mirror_005']
37
38 [/opt/zfs-tests/tests/stress/mirror_006]
39 tests = ['mirror_006']
40
41 [/opt/zfs-tests/tests/stress/raidz_001]
42 tests = ['raidz_001']
43
44 [/opt/zfs-tests/tests/stress/raidz_002]
45 tests = ['raidz_002']
46
47 [/opt/zfs-tests/tests/stress/slog_001]
48 tests = ['slog_001']
49
50 [/opt/zfs-tests/tests/stress/slog_002]
51 tests = ['slog_002']
|