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) 2012 by Delphix. All rights reserved.
14 #
15
16 [DEFAULT]
17 pre =
18 verbose = False
19 quiet = False
20 timeout = 60
21 post =
22 outputdir = /var/tmp/test_results
23 user =
24
25 [/opt/smbclient-tests/tests/smbfs/acl]
26 tests = ['tp_acl_001', 'tp_acl_002', 'tp_acl_003', 'tp_acl_004', 'tp_acl_005']
27
28 [/opt/smbclient-tests/tests/smbfs/cptest]
29 tests = ['tp_cptest_001', 'tp_cptest_002', 'tp_cptest_003', 'tp_cptest_004',
30 'tp_cptest_005', 'tp_cptest_006', 'tp_cptest_007', 'tp_cptest_008',
31 'tp_cptest_009']
32 timeout = 600
33
34 [/opt/smbclient-tests/tests/smbfs/create]
35 tests = ['tp_create_001', 'tp_create_002', 'tp_create_003', 'tp_create_004',
36 'tp_create_005', 'tp_create_006', 'tp_create_007', 'tp_create_008',
37 'tp_create_009', 'tp_create_010', 'tp_create_011', 'tp_create_012']
38 timeout = 300
39
40 [/opt/smbclient-tests/tests/smbfs/error]
41 tests = ['tp_error_001', 'tp_error_002']
42
43 [/opt/smbclient-tests/tests/smbfs/misc]
44 tests = ['tp_misc_001', 'tp_misc_002', 'tp_misc_003']
45
46 [/opt/smbclient-tests/tests/smbfs/mkdir]
47 tests = ['tp_mkdir_001', 'tp_mkdir_002', 'tp_mkdir_003', 'tp_mkdir_004',
48 'tp_mkdir_005', 'tp_mkdir_006']
49
50 [/opt/smbclient-tests/tests/smbfs/mmap]
51 tests = ['tp_mmap_001', 'tp_mmap_002', 'tp_mmap_003', 'tp_mmap_004',
52 'tp_mmap_005', 'tp_mmap_006', 'tp_mmap_007', 'tp_mmap_008',
53 'tp_mmap_009', 'tp_mmap_010']
54
55 [/opt/smbclient-tests/tests/smbfs/mvtest]
56 tests = ['tp_mvtest_001', 'tp_mvtest_002', 'tp_mvtest_003', 'tp_mvtest_004',
57 'tp_mvtest_005', 'tp_mvtest_006', 'tp_mvtest_007']
58
59 [/opt/smbclient-tests/tests/smbfs/xattr]
60 tests = ['tp_xattr_001', 'tp_xattr_002', 'tp_xattr_003', 'tp_xattr_004',
61 'tp_xattr_005', 'tp_xattr_006', 'tp_xattr_007', 'tp_xattr_008',
62 'tp_xattr_009']