OLD | NEW |
---|---|
(Empty) | |
1 # Configuration file for pyauto perf tests. | |
2 # 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.
| |
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. | |
dennis_jeffrey
2012/08/15 01:21:17
formated --> formatted
fdeng1
2012/08/16 17:42:49
Done.
| |
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", | |
14 # # 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.
| |
15 # "gmail_url": "https://my-gmail-server", | |
16 # "plus_url": "https://my-plus-server", | |
17 # "docs_url": "https://my-docs-server", | |
18 #} | |
19 # If the url for a google service is not specified, the public one | |
20 # will be used. | |
21 { | |
22 # 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.
| |
23 } | |
OLD | NEW |