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

Unified Diff: client/site_tests/platform_ProcessPrivileges/platform_ProcessPrivileges.py

Issue 3391023: autotest: Bring platform_ProcessPrivileges test up to date (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/platform_ProcessPrivileges/platform_ProcessPrivileges.py
diff --git a/client/site_tests/platform_ProcessPrivileges/platform_ProcessPrivileges.py b/client/site_tests/platform_ProcessPrivileges/platform_ProcessPrivileges.py
index 52d5e6f39ac9856dc57b425bbde03db7041b89b8..45ef171361c050aafada8249009ecd2a561dccf4 100644
--- a/client/site_tests/platform_ProcessPrivileges/platform_ProcessPrivileges.py
+++ b/client/site_tests/platform_ProcessPrivileges/platform_ProcessPrivileges.py
@@ -70,16 +70,19 @@ class platform_ProcessPrivileges(site_ui_test.UITest):
def run_once(self):
self._failed = []
- self.check_process('candidate_window', user='chronos', do_login=True)
+ self.check_process('cashewd', user='cashew')
self.check_process('chrome')
-
+ self.check_process('cryptohomed', user='root')
# TODO(mazda): Change the user value to 'messagebus'.
# 201 is a uid of messagebus. ps command displays 201 as the
# user name for some reasons (bug of the ps command?).
self.check_process('dbus-daemon', user='201')
-
- self.check_process('ibus-daemon', user='chronos', do_login=True)
- self.check_process('ibus-memconf', user='chronos', do_login=True)
+ self.check_process('flimflamd', user='root')
+ self.check_process('metrics_daemon', user='root')
+ self.check_process('powerd')
+ self.check_process('rsyslogd', user='root')
+ self.check_process('udevd', user='root')
+ self.check_process('wpa_supplicant', user='root')
self.check_process('X', user='root')
if len(self._failed) != 0:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698