aboutsummaryrefslogtreecommitdiff
path: root/tools/test/stress2/vfs.cfg
diff options
context:
space:
mode:
authorPeter Holm <pho@FreeBSD.org>2021-03-03 12:56:56 +0000
committerPeter Holm <pho@FreeBSD.org>2021-03-03 14:11:40 +0000
commit8a272653d9fbd9fc37691c9aad6a05089b4ecb4d (patch)
tree2463ed22a342700cb7ba2b05c3d5370f75090899 /tools/test/stress2/vfs.cfg
parent3adf72a36b9b151eef57e3d83f71a3a9fbacb78d (diff)
downloadsrc-8a272653d9fbd9fc37691c9aad6a05089b4ecb4d.tar.gz
src-8a272653d9fbd9fc37691c9aad6a05089b4ecb4d.zip
stress2: Initial import
Discussed with: kib
Diffstat (limited to 'tools/test/stress2/vfs.cfg')
-rw-r--r--tools/test/stress2/vfs.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/test/stress2/vfs.cfg b/tools/test/stress2/vfs.cfg
new file mode 100644
index 000000000000..ea73a6c3575b
--- /dev/null
+++ b/tools/test/stress2/vfs.cfg
@@ -0,0 +1,8 @@
+# Stress Test Suite Configuration
+
+# Default values
+. ./default.cfg
+
+# Only run these three test programs for VFS tests
+
+export TESTPROGS="testcases/swap/swap testcases/creat/creat testcases/mkdir/mkdir"