diff options
author | ChaoyuZhang <[email protected]> | 2016-09-30 03:56:48 +0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-09-29 12:56:48 -0700 |
commit | db6597c6ea17ecaeb46423003cc33a79df28b8d7 (patch) | |
tree | 4031ce37dbe24402a2be9c77e8c8b621a3e34b9a | |
parent | f25bc4938d8b2ac30fcbaaaf80d7867362b2095c (diff) |
Enable ro_props_001_pos and onoffs_001_pos
Enable ro_props_001_pos and onoffs_001_pos which pass reliably.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: ChaoyuZhang <[email protected]>
Closes #5183
-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 9ab9c60f9..ac6dc9f9b 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -170,16 +170,14 @@ tests = ['zfs_send_001_pos', 'zfs_send_002_pos', 'zfs_send_003_pos', # DISABLED: # mountpoint_003_pos - needs investigation -# ro_props_001_pos - needs investigation -# onoffs_001_pos - needs investigation # 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', 'canmount_002_pos', 'canmount_003_pos', 'canmount_004_pos', 'checksum_001_pos', 'compression_001_pos', 'mountpoint_001_pos', - 'mountpoint_002_pos', 'reservation_001_neg', - 'share_mount_001_neg', 'snapdir_001_pos', + 'mountpoint_002_pos', 'reservation_001_neg', 'ro_props_001_pos', + 'share_mount_001_neg', 'snapdir_001_pos', 'onoffs_001_pos', 'user_property_001_pos', 'user_property_003_neg', 'user_property_004_pos', 'version_001_neg', 'zfs_set_001_neg', 'zfs_set_002_neg', 'zfs_set_003_neg', 'property_alias_001_pos'] |