From 8aab12182184802afb3937f1fa35be4368a45f0d Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Fri, 2 Dec 2016 23:13:44 -0800 Subject: OpenZFS 7404 - rootpool_007_neg, bootfs_006_pos and bootfs_008_neg tests fail with the loader project bits Authored by: Toomas Soome Reviewed by: Igor Kozhukhov Reviewed by: Marcel Telka Reviewed by: Matthew Ahrens Approved by: Richard Lowe Reviewed-by: George Melikov Ported-by: Brian Behlendorf 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 --- tests/runfiles/linux.run | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'tests/runfiles') 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 -- cgit v1.2.3