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

Issue 6128002: autotest: create WiFiPerf suite (Closed)

Created:
9 years, 11 months ago by Sam Leffler
Modified:
9 years, 7 months ago
Reviewers:
Paul Stewart
CC:
chromium-os-reviews_chromium.org, truty+cc_chromium.org, sosa+cc_chromium.org, seano+cc_chromium.org, ericli, petkov+cc_chromium.org
Visibility:
Public.

Description

autotest: create WiFiPerf suite This suite checks upstream+downstream UDP+TCP performance w/ and w/o security and w/ and w/o power save. We use iperf exclusively so we can control bandwidth for udp tests and for consistency with future additions to collect QoS-related data. UDP bandwidth values chosen to cover channel bandwidth range and also overload channel. Note this doesn't remove any performance tests in MatFunc or SecMat; we may want to do that but will keep that separate. BUG=chromium-os:5719, chromium-os:9424 TEST=run WiFiPerf suite and check results (note "Perf" is ambiguous so must specify "WiFiPerf" on the cmd line) Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=abaa496

Patch Set 1 #

Total comments: 2

Patch Set 2 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1740 lines, -0 lines) Patch
A server/site_tests/network_WiFiPerf/050Perf11b View 1 1 chunk +29 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/050Perf11bPS View 1 1 chunk +29 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/050Perf11b_WEP View 1 1 chunk +37 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/051Perf11g View 1 1 chunk +44 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/051Perf11gPS View 1 1 chunk +44 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/051Perf11g_AES View 1 1 chunk +48 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/051Perf11g_TKIP View 1 1 chunk +48 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/051Perf11g_WEP View 1 1 chunk +52 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/052Perf11a View 1 1 chunk +44 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/052Perf11aPS View 1 1 chunk +42 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/052Perf11a_AES View 1 1 chunk +48 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/052Perf11a_TKIP View 1 1 chunk +48 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/052Perf11a_WEP View 1 1 chunk +52 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/060Perf24HT20 View 1 1 chunk +113 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/060Perf24HT20PS View 1 1 chunk +45 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/060Perf24HT20_AES View 1 1 chunk +131 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/060Perf24HT20_TKIP View 1 1 chunk +132 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/061Perf24HT40 View 1 1 chunk +57 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/061Perf24HT40PS View 1 1 chunk +57 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/061Perf24HT40_AES View 1 1 chunk +63 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/061Perf24HT40_TKIP View 1 1 chunk +64 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/070Perf5HT20 View 1 1 chunk +47 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/070Perf5HT20PS View 1 1 chunk +47 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/070Perf5HT20_AES View 1 1 chunk +55 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/070Perf5HT20_TKIP View 1 1 chunk +56 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/071Perf5HT40 View 1 1 chunk +60 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/071Perf5HT40PS View 1 1 chunk +59 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/071Perf5HT40_AES View 1 1 chunk +67 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/071Perf5HT40_TKIP View 1 1 chunk +68 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/control View 1 chunk +33 lines, -0 lines 0 comments Download
A server/site_tests/network_WiFiPerf/network_WiFiPerf.py View 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Sam Leffler
as discussed, but only throughput (no latency measurements)
9 years, 11 months ago (2011-01-07 21:29:55 UTC) #1
Paul Stewart
LGTM with or without nits. These files are missing comments at in each test explaining ...
9 years, 11 months ago (2011-01-07 22:25:44 UTC) #2
Sam Leffler
PTAL. I responded to your comments, fixed TKIP+HT tests (to skip since hostapd won't configure ...
9 years, 11 months ago (2011-01-10 16:38:06 UTC) #3
Paul Stewart
9 years, 11 months ago (2011-01-10 16:56:44 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698