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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # 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
2 # This file is used to specify google account credential and
3 # customized google account, gmail, docs, plus urls if you don't want to use
4 # the public urls of these services. It is formated as a python dictionary.
5 #
6 # If you are external to Google, you must use this file.
7 # If you are internal to Google, you can skip this file and tests
8 # will try to use internal credential file.
9 # Example:
10 #{
11 # "username": "my_username",
12 # "password": "my_password",
13 # "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
14 # "gmail_url": "https://my-gmail-server",
15 # "plus_url": "http://my-plus-server",
16 # "docs_url": "http://my-docs-server",
17 #}
18 # If the url for a google service is not specified, the public one
19 # will be used.
OLDNEW
« 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