| Index: src/scripts/autotest
|
| diff --git a/src/scripts/autotest b/src/scripts/autotest
|
| index 0d28dd632b7cc282b1b00aa90407f544d36493f9..4fb55add0120b95884f1d63d140b5c1e3e39976e 100755
|
| --- a/src/scripts/autotest
|
| +++ b/src/scripts/autotest
|
| @@ -146,7 +146,8 @@ def build_autotest(options):
|
| else:
|
| blacklist = []
|
|
|
| - all_tests = 'compilebench,dbench,disktest,netperf2,ltp,unixbench'
|
| + all_tests = ('compilebench,dbench,disktest,iperf,netperf2,netpipe,ltp,'
|
| + 'unixbench')
|
| site_tests = '../third_party/autotest/files/client/site_tests'
|
| for site_test in os.listdir(site_tests):
|
| test_path = os.path.join(site_tests, site_test)
|
|
|