diff options
author | Brian Behlendorf <[email protected]> | 2016-10-11 09:32:31 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2016-10-11 09:32:31 -0700 |
commit | 52f1fe3cfd35b9414568046ad7456bfbc80a9354 (patch) | |
tree | bc9c80220011f7dfde235a9fef4dd22d2837a72c /tests/runfiles | |
parent | 45c90a6348f227b1864846c75ba106711dc01a69 (diff) |
Enable zfs_snapshot_008_neg and zfs_snapshot_009_pos (#5260)
The zfs_snapshot_008_neg test case does not use nested pools and
can be safely enabled. The zfs_snapshot_009_pos test case is
also passing without modification.
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Reviewed-by: ChaoyuZhang <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #5260
Diffstat (limited to 'tests/runfiles')
-rw-r--r-- | tests/runfiles/linux.run | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index a3ef0f228..1e6f4e379 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -192,13 +192,11 @@ tests = ['cache_001_pos', 'cache_002_neg', 'canmount_001_pos', # 'zfs_share_007_neg', 'zfs_share_008_neg', 'zfs_share_009_neg', # 'zfs_share_010_neg', 'zfs_share_011_pos'] -# DISABLED: -# zfs_snapshot_008_neg - nested pools -# zfs_snapshot_009_pos - Fails for OpenZFS on illumos [tests/functional/cli_root/zfs_snapshot] tests = ['zfs_snapshot_001_neg', 'zfs_snapshot_002_neg', 'zfs_snapshot_003_neg', 'zfs_snapshot_004_neg', 'zfs_snapshot_005_neg', - 'zfs_snapshot_006_pos', 'zfs_snapshot_007_neg'] + 'zfs_snapshot_006_pos', 'zfs_snapshot_007_neg', 'zfs_snapshot_008_neg', + 'zfs_snapshot_009_pos'] # DISABLED: # zfs_unmount_005_pos - needs investigation |