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

Unified Diff: tools/telemetry/telemetry/core/browser_options.py

Issue 22286010: [telemetry] Implement Forwarder using RNDIS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add --android_rndis flag Created 7 years, 4 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
Index: tools/telemetry/telemetry/core/browser_options.py
diff --git a/tools/telemetry/telemetry/core/browser_options.py b/tools/telemetry/telemetry/core/browser_options.py
index 4078fe47b2ffc902ac3ed8c377d2ffedc2341519..2fc41299bb85ea63750b1972779c146a7783af23 100644
--- a/tools/telemetry/telemetry/core/browser_options.py
+++ b/tools/telemetry/telemetry/core/browser_options.py
@@ -86,6 +86,9 @@ class BrowserOptions(optparse.Values):
'kept. When this is run via a sharder '
'the test server ports should be kept and '
'should not be reset.')
+ group.add_option('--android_rndis', action='store_true',
tonyg 2013/08/22 23:55:03 While I like bulach's goal of having a controlled
szym 2013/08/23 15:33:41 Ack.
+ help='Use RNDIS forwarding on Android. '
+ 'Fall back to user-space Forwarder on failure.')
tonyg 2013/08/22 23:55:03 If this flag is set, I don't think we want to fall
szym 2013/08/23 15:33:41 What if there's no flag? I'm assuming you are sugg
group.add_option(
'--remote',
dest='cros_remote',

Powered by Google App Engine
This is Rietveld 408576698