Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1005)

Unified Diff: src/scripts/autotest

Issue 1621006: add iperf and netpipe into autotest prebuild test lists. (Closed)
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698