Add iperf and netpipe into autotest prebuild test lists.

Now they should be built for both x86 and arm board.

Review URL: http://codereview.chromium.org/1621006
This commit is contained in:
Eric Li 2010-04-13 10:07:15 -07:00
parent a2a9a2b5a8
commit 740d837451

View File

@ -152,7 +152,8 @@ def build_autotest(options):
else: else:
blacklist = [] 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' site_tests = '../third_party/autotest/files/client/site_tests'
for site_test in os.listdir(site_tests): for site_test in os.listdir(site_tests):
test_path = os.path.join(site_tests, site_test) test_path = os.path.join(site_tests, site_test)