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

Side by Side Diff: client/bin/chromeos_constants.py

Issue 3234004: [autotest] Fix chrome log collection (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 3 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
« no previous file with comments | « no previous file | client/bin/site_ui_test.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # The names of expected mount-points, devices, magic files, etc on chrome os. 5 # The names of expected mount-points, devices, magic files, etc on chrome os.
6 6
7 CHROME_LOG_DIR = '/var/log/chrome'
7 USER_DATA_DIR = '/home/chronos' 8 USER_DATA_DIR = '/home/chronos'
8 9
9 LOGIN_PROFILE = USER_DATA_DIR+'/Default' 10 LOGIN_PROFILE = USER_DATA_DIR+'/Default'
10 11
11 # TODO(fes): With the switch to ecryptfs, the cryptohome device is no longer 12 # TODO(fes): With the switch to ecryptfs, the cryptohome device is no longer
12 # static--it includes a system-specific hash of the username whose vault is 13 # static--it includes a system-specific hash of the username whose vault is
13 # mounted. seano points out that this is no longer a constant, and we may want 14 # mounted. seano points out that this is no longer a constant, and we may want
14 # to change the way tests dependent on this value work. 15 # to change the way tests dependent on this value work.
15 CRYPTOHOME_DEVICE_REGEX = r'^/home/\.shadow/.*/vault$' 16 CRYPTOHOME_DEVICE_REGEX = r'^/home/\.shadow/.*/vault$'
16 CRYPTOHOME_INCOGNITO = 'guestfs' 17 CRYPTOHOME_INCOGNITO = 'guestfs'
(...skipping 18 matching lines...) Expand all
35 '$default': ['performance.test.account@gmail.com', 'perfsmurf'], 36 '$default': ['performance.test.account@gmail.com', 'perfsmurf'],
36 '$backdoor': ['chronos@gmail.com', 'chronos'], 37 '$backdoor': ['chronos@gmail.com', 'chronos'],
37 } 38 }
38 39
39 CLIENT_LOGIN_URL = '/accounts/ClientLogin' 40 CLIENT_LOGIN_URL = '/accounts/ClientLogin'
40 ISSUE_AUTH_TOKEN_URL = '/accounts/IssueAuthToken' 41 ISSUE_AUTH_TOKEN_URL = '/accounts/IssueAuthToken'
41 TOKEN_AUTH_URL = '/accounts/TokenAuth' 42 TOKEN_AUTH_URL = '/accounts/TokenAuth'
42 43
43 LOGIN_SERVICE = 'gaia' 44 LOGIN_SERVICE = 'gaia'
44 LOGIN_ERROR = 'Error=BadAuthentication' 45 LOGIN_ERROR = 'Error=BadAuthentication'
OLDNEW
« no previous file with comments | « no previous file | client/bin/site_ui_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698