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..051585ac08f585521889bf1e1a996b1fcc9c24d2 |
--- /dev/null |
+++ b/chrome/test/functional/perf.cfg |
@@ -0,0 +1,17 @@ |
+# Configuration file for pyauto perf tests. |
dennis_jeffrey
2012/08/16 18:49:58
We should probably add the license header to the t
fdeng1
2012/08/17 06:39:34
Done.
|
+# This file is used to specify google account credentials and |
+# custom google account, gmail, docs, plus urls if you don't want to use |
+# the public urls of these services. It is formatted as a python dictionary. |
+{ |
+ # Set to custom username/password if desired. |
+ # If you are external to Google, you must set username/password. |
+ # If you are internal to Google, you can leave them as None |
+ # and tests will try to use internal credential file. |
+ "username": None, |
+ "password": None, |
+ "google_account_url": "https://accounts.google.com", |
dennis_jeffrey
2012/08/16 18:49:58
nit: add a blank line above this to enhance readab
dennis_jeffrey
2012/08/16 18:49:58
Should the google account url be None here? We sh
fdeng1
2012/08/17 06:39:34
Done.
|
+ # Settings below are only effective for perf_endure.py |
dennis_jeffrey
2012/08/16 18:49:58
nit: add a blank line above this to enhance readab
fdeng1
2012/08/17 06:39:34
Done.
|
+ "gmail_url": "https://www.gmail.com", |
+ "plus_url": "https://plus.google.com", |
+ "docs_url": "https://drive.google.com", |
dennis_jeffrey
2012/08/16 18:49:58
prefer single quotes over double quotes in lines 1
dennis_jeffrey
2012/08/16 18:49:58
should we initialize the gmail, plus, and docs URL
fdeng1
2012/08/17 06:39:34
Done.
fdeng1
2012/08/17 06:39:34
Yes, that sounds right. I changed them.
|
+} |