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

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

Issue 3257003: Cleanups to test updater code. Handle service restart better, copy update-engine logs after tests. (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: revert update if statefuldev fails 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_sysinfo.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 CHROME_LOG_DIR = '/var/log/chrome'
8 USER_DATA_DIR = '/home/chronos' 8 USER_DATA_DIR = '/home/chronos'
9 9
10 LOGIN_PROFILE = USER_DATA_DIR+'/Default' 10 LOGIN_PROFILE = USER_DATA_DIR+'/Default'
(...skipping 25 matching lines...) Expand all
36 '$default': ['performance.test.account@gmail.com', 'perfsmurf'], 36 '$default': ['performance.test.account@gmail.com', 'perfsmurf'],
37 '$backdoor': ['chronos@gmail.com', 'chronos'], 37 '$backdoor': ['chronos@gmail.com', 'chronos'],
38 } 38 }
39 39
40 CLIENT_LOGIN_URL = '/accounts/ClientLogin' 40 CLIENT_LOGIN_URL = '/accounts/ClientLogin'
41 ISSUE_AUTH_TOKEN_URL = '/accounts/IssueAuthToken' 41 ISSUE_AUTH_TOKEN_URL = '/accounts/IssueAuthToken'
42 TOKEN_AUTH_URL = '/accounts/TokenAuth' 42 TOKEN_AUTH_URL = '/accounts/TokenAuth'
43 43
44 LOGIN_SERVICE = 'gaia' 44 LOGIN_SERVICE = 'gaia'
45 LOGIN_ERROR = 'Error=BadAuthentication' 45 LOGIN_ERROR = 'Error=BadAuthentication'
46
47 UPDATE_ENGINE_LOG = '/var/log/update_engine.log'
OLDNEW
« no previous file with comments | « no previous file | client/bin/site_sysinfo.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698