diff options
author | ChaoyuZhang <[email protected]> | 2016-10-10 08:50:16 +0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-10-09 17:50:16 -0700 |
commit | 502291b32c311a6b5cfbb5d4717bf9d8d4901f3d (patch) | |
tree | 71e63817491dffcc26f3089a375002f8597f7d39 /tests | |
parent | 7515f8f63d1f001adb0e752f9a0f3550e16a6315 (diff) |
Enable readonly_001_pos
Enable readonly_001_pos this test is now passing.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: ChaoyuZhang <[email protected]>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runfiles/linux.run | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index bc2373b70..e68d69831 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -174,7 +174,6 @@ tests = ['zfs_send_001_pos', 'zfs_send_002_pos', 'zfs_send_003_pos', # DISABLED: # mountpoint_003_pos - needs investigation # ro_props_001_pos - https://github.com/zfsonlinux/zfs/issues/5201 -# readonly_001_pos - needs investigation # user_property_002_pos - needs investigation [tests/functional/cli_root/zfs_set] tests = ['cache_001_pos', 'cache_002_neg', 'canmount_001_pos', @@ -182,7 +181,7 @@ tests = ['cache_001_pos', 'cache_002_neg', 'canmount_001_pos', 'checksum_001_pos', 'compression_001_pos', 'mountpoint_001_pos', 'mountpoint_002_pos', 'reservation_001_neg', 'share_mount_001_neg', 'snapdir_001_pos', 'onoffs_001_pos', - 'user_property_001_pos', 'user_property_003_neg', + 'user_property_001_pos', 'user_property_003_neg', 'readonly_001_pos', 'user_property_004_pos', 'version_001_neg', 'zfs_set_001_neg', 'zfs_set_002_neg', 'zfs_set_003_neg', 'property_alias_001_pos'] |