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

Unified Diff: server/site_tests/network_WiFiMatFunc/control

Issue 1696006: Integrate with autotest log. (Closed)
Patch Set: Iterate 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 | « server/site_linux_router.py ('k') | server/site_tests/network_WiFiMatFunc/network_WiFiMatFunc.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/site_tests/network_WiFiMatFunc/control
diff --git a/server/site_tests/network_WiFiMatFunc/control b/server/site_tests/network_WiFiMatFunc/control
index 4294d418f22dab3fb2c44e8ea4687c7ec99fa012..4c19e3e2d9ee80fd9e0c5c54fc1ce474ab659759 100644
--- a/server/site_tests/network_WiFiMatFunc/control
+++ b/server/site_tests/network_WiFiMatFunc/control
@@ -37,12 +37,9 @@ router = config['router']
logging.info("Client %s, Server %s, AP %s" % \
(machines[0], server.get('addr', 'N/A'), router['addr']))
-tagname = config['tagname']
-
dir = os.path.join(job.serverdir, "site_tests", "network_WiFiMatFunc")
+
# TODO(sleffler) allow test list override from command line
-tests = site_wifitest.read_tests(dir, '[0-9]*')
+for t in site_wifitest.read_tests(dir, '[0-9]*'):
+ job.run_test("network_WiFiMatFunc", testcase=t, config=config, tag=t['file'])
-for t in tests:
- wt = site_wifitest.WiFiTest(t['name'], t['steps'], config)
- wt.run()
« no previous file with comments | « server/site_linux_router.py ('k') | server/site_tests/network_WiFiMatFunc/network_WiFiMatFunc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698