aboutsummaryrefslogtreecommitdiff
path: root/scenario_groups
diff options
context:
space:
mode:
authorXiaoguang Wang <wangxg.fnst@cn.fujitsu.com>2014-03-17 16:33:31 +0800
committerCyril Hrubis <chrubis@suse.cz>2014-03-31 18:25:20 +0200
commit3979cf9511c09ce4fc60edaed4bc244dda9e6f89 (patch)
tree77e03f8033d8dd59208be3948e4cc067ebc9d482 /scenario_groups
parent05d62ea61ccf192b3dd3d0a38573638f9d2bf483 (diff)
fs/ext4-new-features: add ext4-new-features tests to default
Remove run_ext4_test.sh which calls all feature tests directly. Now we treat every feature as a signle test in fs_ext4 runtest file, keep one entry per test. Like that: ext4-nsec-timestamps ext4_nsec_timestamps_test.sh ext4-uninit-groups ext4_uninit_groups_test.sh Configure script has been removed and ffsb has been moved to utils directory. If want to run these tests, user should specify a big block device when running runltp script. Currently enable ext4-nsec-timestamps, ext4-persist-prealloc, ext4-subdir-limit, ext4-uninit-groups test. Signed-off-by: Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com>
Diffstat (limited to 'scenario_groups')
-rw-r--r--scenario_groups/default1
1 files changed, 1 insertions, 0 deletions
diff --git a/scenario_groups/default b/scenario_groups/default
index ff23c7cfc..196e63671 100644
--- a/scenario_groups/default
+++ b/scenario_groups/default
@@ -26,3 +26,4 @@ commands
hyperthreading
kernel_misc
modules
+fs_ext4