diff options
author | cao <[email protected]> | 2016-09-23 06:28:34 +0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-09-22 15:28:34 -0700 |
commit | 3ec68a4414ececbae227a508bcc7e236c358e64c (patch) | |
tree | 295ae89f9054970acfc8c31edd84e0182090bd92 /tests/runfiles | |
parent | 160987b5762946a2d03fb608149fdc2224ec55d1 (diff) |
Update zfs destroy test scripts
Update and enable zfs_destroy_0[08-13]_*.ksh.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: cao.xuewen <[email protected]>
Closes #5068
Diffstat (limited to 'tests/runfiles')
-rw-r--r-- | tests/runfiles/linux.run | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 7d55a25a1..7d8f4b51c 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -96,16 +96,12 @@ tests = ['zfs_create_001_pos', 'zfs_create_002_pos', 'zfs_create_003_pos', # DISABLED: # zfs_destroy_005_neg - busy mountpoint behavior -# zfs_destroy_008_pos - busy mountpoint behavior -# zfs_destroy_009_pos - busy mountpoint behavior -# zfs_destroy_010_pos - busy mountpoint behavior -# zfs_destroy_011_pos - busy mountpoint behavior -# zfs_destroy_012_pos - busy mountpoint behavior -# zfs_destroy_013_neg - busy mountpoint behavior [tests/functional/cli_root/zfs_destroy] tests = ['zfs_destroy_001_pos', 'zfs_destroy_002_pos', 'zfs_destroy_003_pos', - 'zfs_destroy_004_pos', 'zfs_destroy_006_neg', 'zfs_destroy_007_neg', - 'zfs_destroy_014_pos', 'zfs_destroy_015_pos', 'zfs_destroy_016_pos'] + 'zfs_destroy_004_pos','zfs_destroy_006_neg', 'zfs_destroy_007_neg', + 'zfs_destroy_008_pos','zfs_destroy_009_pos', 'zfs_destroy_010_pos', + 'zfs_destroy_011_pos','zfs_destroy_012_pos', 'zfs_destroy_013_neg', + 'zfs_destroy_014_pos','zfs_destroy_015_pos', 'zfs_destroy_016_pos'] # DISABLED: # zfs_get_004_pos - nested pools |