]> granicus.if.org Git - zfs/commitdiff
Enable refquota_002_pos and refquota_004_pos
authorliaoyuxiangqin <guo.yong33@zte.com.cn>
Thu, 13 Oct 2016 21:21:15 +0000 (05:21 +0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 13 Oct 2016 21:21:15 +0000 (14:21 -0700)
The refquota_002_pos and refquota_004_pos test cases can pass
without modification.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: yuxiang <guo.yong33@zte.com.cn>
Closes #5273

tests/runfiles/linux.run

index 1e6f4e379d50744a2dac093c731336a47bbce71a..5da2ba91fa6e6f65b3add7b2f98df8c03ef0f541 100644 (file)
@@ -513,12 +513,9 @@ tests = ['raidz_001_neg', 'raidz_002_pos']
 [tests/functional/redundancy]
 tests = ['redundancy_001_pos', 'redundancy_002_pos', 'redundancy_003_pos']
 
-# DISABLED:
-# refquota_002_pos - size is less than current used or reserved space
-# refquota_004_pos - needs investigation
 [tests/functional/refquota]
-tests = ['refquota_001_pos', 'refquota_003_pos',
-    'refquota_005_pos', 'refquota_006_neg']
+tests = ['refquota_001_pos', 'refquota_002_pos', 'refquota_003_pos',
+    'refquota_004_pos', 'refquota_005_pos', 'refquota_006_neg']
 
 # DISABLED:
 # refreserv_004_pos - needs investigation