diff options
author | Toomas Soome <[email protected]> | 2016-12-02 23:13:44 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-04-07 14:18:19 -0700 |
commit | 8aab12182184802afb3937f1fa35be4368a45f0d (patch) | |
tree | f321a025a0d8438544065dbc3b4d29dade765ed2 /tests/runfiles | |
parent | 10f251191f16d53d8a64a934e83c3bfe6cd9195f (diff) |
OpenZFS 7404 - rootpool_007_neg, bootfs_006_pos and bootfs_008_neg tests fail with the loader project bits
Authored by: Toomas Soome <[email protected]>
Reviewed by: Igor Kozhukhov <[email protected]>
Reviewed by: Marcel Telka <[email protected]>
Reviewed by: Matthew Ahrens <[email protected]>
Approved by: Richard Lowe <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Ported-by: Brian Behlendorf <[email protected]>
Porting Notes:
- Removed gzip and zle compression restriction on bootfs
datasets. Grub added support for these long ago. Ay
version of grub which understands lz4 also supports this.
- Enabled rootpool tests in runfile but skipped by default
in setup on Linux since they modify the rootpool.
- bootfs_006_pos.ksh, striped pools are allowed as bootfs.
OpenZFS-issue: https://www.illumos.org/issues/7404
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/55a424c
Closes #5982
Diffstat (limited to 'tests/runfiles')
-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 |