summaryrefslogtreecommitdiffstats
path: root/tests/runfiles
diff options
context:
space:
mode:
authorLOLi <[email protected]>2016-10-26 01:17:47 +0200
committerBrian Behlendorf <[email protected]>2016-10-25 16:17:47 -0700
commite4010f2719e3381ae15563d50b99e51ffe2b2168 (patch)
tree9504e43ef804991a8f576d8df29339738692d711 /tests/runfiles
parent16fa68f07d268192552693f83a747c9141ea726b (diff)
Allow for '-o feature@<feature>=disabled' on the command line
Sometimes it is desirable to specifically disable one or several features directly on the 'zpool create' command line. $ zpool create -o feature@<feature>=disabled ... Original-patch-by: Turbo Fredriksson <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: loli10K <[email protected]> Closes #3460 Closes #5142 Closes #5324
Diffstat (limited to 'tests/runfiles')
-rw-r--r--tests/runfiles/linux.run3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run
index bfda141f5..9d63d6853 100644
--- a/tests/runfiles/linux.run
+++ b/tests/runfiles/linux.run
@@ -250,7 +250,8 @@ tests = [
'zpool_create_021_pos', 'zpool_create_022_pos', 'zpool_create_023_neg',
'zpool_create_024_pos',
'zpool_create_features_001_pos', 'zpool_create_features_002_pos',
- 'zpool_create_features_003_pos', 'zpool_create_features_004_neg']
+ 'zpool_create_features_003_pos', 'zpool_create_features_004_neg',
+ 'zpool_create_features_005_pos']
# DISABLED:
# zpool_destroy_001_pos - failure should be investigated