Print this page
NEX-13546 zfs-tests: stress tests need to be fixed after the merge (fix incremental)
NEX-13546 zfs-tests: stress tests need to be fixed after the merge
Reviewed by: Jean McCormack <jean.mccormack@nexenta.com>
Reviewed by: Steve Peng <steve.peng@nexenta.com>
NEX-5266 Move zfs-tests runfiles from nza-kernel-test repo to nza-kernel
Reviewed by: Steve Peng <steve.peng@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>

@@ -8,16 +8,44 @@
 # source.  A copy of the CDDL is also available via the Internet at
 # http://www.illumos.org/license/CDDL.
 #
 
 #
-# Copyright (c) 2015 by Delphix. All rights reserved.
+# Copyright 2017 Nexenta Systems, Inc.
 #
 
 [DEFAULT]
+pre = setup
 quiet = False
+pre_user = root
 user = root
-timeout = 1800
+timeout = 3600
+post_user = root
+post = cleanup
 outputdir = /var/tmp/test_results
 
-[/opt/zfs-tests/tests/stress/races]
-tests = ['remove_file_while_remap']
+[/opt/zfs-tests/tests/stress/mirror_002]
+tests = ['mirror_002']
+
+[/opt/zfs-tests/tests/stress/mirror_003]
+tests = ['mirror_003']
+
+[/opt/zfs-tests/tests/stress/mirror_004]
+tests = ['mirror_004']
+
+[/opt/zfs-tests/tests/stress/mirror_005]
+tests = ['mirror_005']
+
+[/opt/zfs-tests/tests/stress/mirror_006]
+tests = ['mirror_006']
+
+[/opt/zfs-tests/tests/stress/raidz_001]
+tests = ['raidz_001']
+
+[/opt/zfs-tests/tests/stress/raidz_002]
+tests = ['raidz_002']
+
+[/opt/zfs-tests/tests/stress/slog_001]
+tests = ['slog_001']
+
+[/opt/zfs-tests/tests/stress/slog_002]
+tests = ['slog_002']