diff options
author | ChaoyuZhang <[email protected]> | 2016-12-03 02:20:57 +0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-12-02 11:20:57 -0700 |
commit | 6c09d3e5a04db023536aab467064cad3f7858776 (patch) | |
tree | e0fe9c6fb0cedd12ff4b7c511971985422980e32 /tests/runfiles | |
parent | 4dec26e49a8c2fefb357158a87c9756f14c31697 (diff) |
Enable mountpoint_003_pos
Update the test case to correctly interpret how Linux reports
the mount options.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: ChaoyuZhang <[email protected]>
Closes #5410
Diffstat (limited to 'tests/runfiles')
-rw-r--r-- | tests/runfiles/linux.run | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 0b29787ae..c187960dc 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -167,8 +167,6 @@ tests = ['zfs_send_001_pos', 'zfs_send_002_pos', 'zfs_send_003_pos', 'zfs_send_004_neg', 'zfs_send_005_pos', 'zfs_send_006_pos', 'zfs_send_007_pos'] -# DISABLED: -# mountpoint_003_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', @@ -178,7 +176,7 @@ tests = ['cache_001_pos', 'cache_002_neg', 'canmount_001_pos', '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', - 'ro_props_001_pos'] + 'ro_props_001_pos', 'mountpoint_003_pos'] # DISABLED: Tests need to be updated for Linux share behavior # zfs_share_005_pos - needs investigation, probably unsupported NFS share format |