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

Unified Diff: chrome/test/functional/endure_config.txt

Issue 10834239: Configuration file for Chrome perf and endure tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | chrome/test/functional/perf_endure.py » ('j') | chrome/test/functional/perf_endure.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/endure_config.txt
diff --git a/chrome/test/functional/endure_config.txt b/chrome/test/functional/endure_config.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1b22061fc00bcb282543aa480fa62f5adb6d9d66
--- /dev/null
+++ b/chrome/test/functional/endure_config.txt
@@ -0,0 +1,19 @@
+# Configuration file for Chrome Endure tests.
dennis_jeffrey 2012/08/09 17:29:04 eventually it would be nice to extend the use of t
fdeng1 2012/08/11 00:11:27 I tried to make the config file also effective for
+# This file is used to specify google account credential and
+# customized google account, gmail, docs, plus urls if you don't want to use
+# the public urls of these services. It is formated as a python dictionary.
+#
+# If you are external to Google, you must use this file.
+# If you are internal to Google, you can skip this file and tests
+# will try to use internal credential file.
+# Example:
+#{
+# "username": "my_username",
+# "password": "my_password",
+# "google_account_url": "https://my-google-account-server",
dennis_jeffrey 2012/08/09 17:29:04 when might the user need to customize this URL? I
fdeng1 2012/08/11 00:11:27 I remember Loreena said they have a different gmai
+# "gmail_url": "https://my-gmail-server",
+# "plus_url": "http://my-plus-server",
+# "docs_url": "http://my-docs-server",
+#}
+# If the url for a google service is not specified, the public one
+# will be used.
« no previous file with comments | « no previous file | chrome/test/functional/perf_endure.py » ('j') | chrome/test/functional/perf_endure.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698