25 lines
466 B
INI
25 lines
466 B
INI
|
# Stress Test Suite Configuration
|
||
|
|
||
|
# Default values
|
||
|
. ./default.cfg
|
||
|
|
||
|
# Test configuration for the vop_stdvptocnp implementation
|
||
|
|
||
|
export LOAD=80
|
||
|
export symlinkLOAD=80
|
||
|
export rwLOAD=80
|
||
|
export TESTPROGS="
|
||
|
testcases/lockf2/lockf2
|
||
|
testcases/symlink/symlink
|
||
|
testcases/openat/openat
|
||
|
testcases/rw/rw
|
||
|
testcases/fts/fts
|
||
|
testcases/link/link
|
||
|
testcases/lockf/lockf
|
||
|
testcases/creat/creat
|
||
|
testcases/mkdir/mkdir
|
||
|
testcases/rename/rename
|
||
|
testcases/swap/swap
|
||
|
testcases/mkfifo/mkfifo
|
||
|
"
|