forked from openzfs/zfs
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run zpool_destroy_001_pos 50 times with a 30 seconds timeout. Requires-builders: test Signed-off-by: Brian Behlendorf <[email protected]> Issue openzfs#6145
- Loading branch information
1 parent
7bc181e
commit 3512fb6
Showing
4 changed files
with
49 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# | ||
# This file and its contents are supplied under the terms of the | ||
# Common Development and Distribution License ("CDDL"), version 1.0. | ||
# You may only use this file in accordance with the terms of version | ||
# 1.0 of the CDDL. | ||
# | ||
# A full copy of the text of the CDDL should have accompanied this | ||
# source. A copy of the CDDL is also available via the Internet at | ||
# http://www.illumos.org/license/CDDL. | ||
# | ||
|
||
[DEFAULT] | ||
pre = setup | ||
quiet = False | ||
pre_user = root | ||
user = root | ||
timeout = 30 | ||
post_user = root | ||
post = cleanup | ||
outputdir = /var/tmp/test_results | ||
|
||
[tests/functional/cli_root/zpool_destroy] | ||
tests = ['zpool_destroy_001_pos', 'zpool_destroy_001_pos', | ||
'zpool_destroy_001_pos', 'zpool_destroy_001_pos', 'zpool_destroy_001_pos', | ||
'zpool_destroy_001_pos', 'zpool_destroy_001_pos', 'zpool_destroy_001_pos', | ||
'zpool_destroy_001_pos', 'zpool_destroy_001_pos', 'zpool_destroy_001_pos', | ||
'zpool_destroy_001_pos', 'zpool_destroy_001_pos', 'zpool_destroy_001_pos', | ||
'zpool_destroy_001_pos', 'zpool_destroy_001_pos', 'zpool_destroy_001_pos', | ||
'zpool_destroy_001_pos', 'zpool_destroy_001_pos', 'zpool_destroy_001_pos', | ||
'zpool_destroy_001_pos', 'zpool_destroy_001_pos', 'zpool_destroy_001_pos', | ||
'zpool_destroy_001_pos', 'zpool_destroy_001_pos', 'zpool_destroy_001_pos', | ||
'zpool_destroy_001_pos', 'zpool_destroy_001_pos', 'zpool_destroy_001_pos', | ||
'zpool_destroy_001_pos', 'zpool_destroy_001_pos', 'zpool_destroy_001_pos', | ||
'zpool_destroy_001_pos', 'zpool_destroy_001_pos', 'zpool_destroy_001_pos', | ||
'zpool_destroy_001_pos', 'zpool_destroy_001_pos', 'zpool_destroy_001_pos', | ||
'zpool_destroy_001_pos', 'zpool_destroy_001_pos', 'zpool_destroy_001_pos', | ||
'zpool_destroy_001_pos', 'zpool_destroy_001_pos', 'zpool_destroy_001_pos', | ||
'zpool_destroy_001_pos', 'zpool_destroy_001_pos', 'zpool_destroy_001_pos', | ||
'zpool_destroy_001_pos', 'zpool_destroy_001_pos', 'zpool_destroy_001_pos'] | ||
pre = | ||
post = |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters