blob: a8f79c957c83dc1d47f93c403eb99a38229ed446 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# Stress Test Suite Configuration
# Default values
. ./default.cfg
# Only run these three test programs for VFS tests
export udpLOAD=100
export TESTPROGS="testcases/swap/swap testcases/udp/udp"
|