diff options
Diffstat (limited to 'tests/runfiles/linux.run')
-rw-r--r-- | tests/runfiles/linux.run | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index d8e39d01c..69e317882 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -28,12 +28,10 @@ tests = ['posix_003_pos'] [tests/functional/atime] tests = ['atime_001_pos', 'atime_002_neg', 'atime_003_pos'] -# DISABLED: -# bootfs_006_pos - needs investigation -# bootfs_008_neg - needs investigation [tests/functional/bootfs] tests = ['bootfs_001_pos', 'bootfs_002_neg', 'bootfs_003_pos', - 'bootfs_004_neg', 'bootfs_005_neg', 'bootfs_007_neg'] + 'bootfs_004_neg', 'bootfs_005_neg', 'bootfs_006_pos', 'bootfs_007_pos', + 'bootfs_008_pos'] # DISABLED: # cache_001_pos - needs investigation @@ -562,9 +560,8 @@ tests = ['reservation_001_pos', 'reservation_002_pos', 'reservation_003_pos', 'reservation_013_pos', 'reservation_014_pos', 'reservation_015_pos', 'reservation_016_pos', 'reservation_017_pos'] -# DISABLED: Root pools must be handled differently under Linux -#[tests/functional/rootpool] -#tests = ['rootpool_002_neg', 'rootpool_003_neg', 'rootpool_007_neg'] +[tests/functional/rootpool] +tests = ['rootpool_002_neg', 'rootpool_003_neg', 'rootpool_007_pos'] # DISABLED: # rsend_008_pos - Fails for OpenZFS on illumos |