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

Unified Diff: build/android/pylib/constants.py

Issue 23726004: Add test_server_setup.py and add support for additional flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: build/android/pylib/constants.py
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
index ea148e7358669f3343fdae31624d6d96c2e96e8c..4268c2c490c6313bd5ece071bea154ba30a19756 100644
--- a/build/android/pylib/constants.py
+++ b/build/android/pylib/constants.py
@@ -99,6 +99,10 @@ TEST_SERVER_PORT_LAST = 30000
TEST_SERVER_PORT_FILE = '/tmp/test_server_port'
TEST_SERVER_PORT_LOCKFILE = '/tmp/test_server_port.lock'
+TEST_SERVER_HOST = '127.0.0.1'
+NET_TEST_SERVER_PATH = 'net/tools/testserver/testserver.py'
frankf 2013/08/29 00:07:19 Group this with lines 90-91 and use the same namin
nyquist 2013/08/29 23:59:43 Done.
+SYNC_TEST_SERVER_PATH = 'sync/tools/testserver/sync_testserver.py'
+
TEST_EXECUTABLE_DIR = '/data/local/tmp'
# Directories for common java libraries for SDK build.
# These constants are defined in build/android/ant/common.xml
« no previous file with comments | « no previous file | build/android/pylib/host_driven/test_case.py » ('j') | build/android/pylib/host_driven/test_case.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698