mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
add fsx and hackbench into the pre-build suite.
Now it is passed build for both x86 and arm generic board type. Review URL: http://codereview.chromium.org/2644003
This commit is contained in:
parent
c373e2457a
commit
fb80d32861
4
autotest
4
autotest
@ -155,8 +155,8 @@ def build_autotest(options):
|
||||
else:
|
||||
blacklist = []
|
||||
|
||||
all_tests = ('compilebench,dbench,disktest,iperf,netperf2,netpipe,ltp,'
|
||||
'unixbench')
|
||||
all_tests = ('compilebench,dbench,disktest,fsx,hackbench,iperf,ltp,netperf2,'
|
||||
'netpipe,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