mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
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:
parent
a2a9a2b5a8
commit
740d837451
3
autotest
3
autotest
@ -152,7 +152,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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user