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

Unified Diff: chrome/test/functional/perf.cfg

Issue 10834239: Configuration file for Chrome perf and endure tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Configuration work for both perf.py and perf_endure.py 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.py » ('j') | chrome/test/functional/perf.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/perf.cfg
diff --git a/chrome/test/functional/perf.cfg b/chrome/test/functional/perf.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..62dcf5f201b25026605dfd54097f5c54dc718518
--- /dev/null
+++ b/chrome/test/functional/perf.cfg
@@ -0,0 +1,23 @@
+# Configuration file for pyauto perf tests.
+# This file is used to specify google account credential and
dennis_jeffrey 2012/08/15 01:21:17 credential --> credentials
fdeng1 2012/08/16 17:42:49 Done.
+# 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.
dennis_jeffrey 2012/08/15 01:21:17 formated --> formatted
fdeng1 2012/08/16 17:42:49 Done.
+#
+# 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",
+# # Settings bellow are only effective for perf_endure.py
fdeng1 2012/08/11 00:11:27 Do we want to allow perf.py to use alternative gma
dennis_jeffrey 2012/08/15 01:21:17 bellow --> below
dennis_jeffrey 2012/08/15 01:21:17 probably not. they should just be able to use cus
fdeng1 2012/08/16 17:42:49 Done.
+# "gmail_url": "https://my-gmail-server",
+# "plus_url": "https://my-plus-server",
+# "docs_url": "https://my-docs-server",
+#}
+# If the url for a google service is not specified, the public one
+# will be used.
+{
+ # Empty configuration.
dennis_jeffrey 2012/08/15 01:21:17 Rather than having a comment above to show all the
fdeng1 2012/08/16 17:42:49 Done.
+}
« no previous file with comments | « no previous file | chrome/test/functional/perf.py » ('j') | chrome/test/functional/perf.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698