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

Side by Side Diff: client/site_tests/platform_ProcessPrivilegesComprehensive/control

Issue 3322015: Add autotest which accounts for all process privileges (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git
Patch Set: Address seano items. Also baseline corrections. 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
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 AUTHOR = "The Chromium OS Authors"
6 NAME = "platform_ProcessPrivilegesComprehensive"
7 PURPOSE = "Comprehensively validate privileges of all running processes."
8 CRITERIA = """
9 Fail if we find unexpected process privileges.
10 """
11 TIME = "SHORT"
12 TEST_CATEGORY = "Functional"
13 TEST_CLASS = "platform"
14 TEST_TYPE = "client"
15
16 DOC = """
17 This test checks every process on the system against a baseline of
18 expected findings. It flags processes we didn't expect to find at all,
19 missing processes that we did expect, and, processes running with the
20 wrong privilege.
21 """
22
23 job.run_test('platform_ProcessPrivilegesComprehensive')
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698