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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: client/site_tests/platform_ProcessPrivilegesComprehensive/control
diff --git a/client/site_tests/platform_ProcessPrivilegesComprehensive/control b/client/site_tests/platform_ProcessPrivilegesComprehensive/control
new file mode 100644
index 0000000000000000000000000000000000000000..54452b9987da68f87d8aae507cda81b6d71e349e
--- /dev/null
+++ b/client/site_tests/platform_ProcessPrivilegesComprehensive/control
@@ -0,0 +1,23 @@
+# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+AUTHOR = "The Chromium OS Authors"
+NAME = "platform_ProcessPrivilegesComprehensive"
+PURPOSE = "Comprehensively validate privileges of all running processes."
+CRITERIA = """
+Fail if we find unexpected process privileges.
+"""
+TIME = "SHORT"
+TEST_CATEGORY = "Functional"
+TEST_CLASS = "platform"
+TEST_TYPE = "client"
+
+DOC = """
+This test checks every process on the system against a baseline of
+expected findings. It flags processes we didn't expect to find at all,
+missing processes that we did expect, and, processes running with the
+wrong privilege.
+"""
+
+job.run_test('platform_ProcessPrivilegesComprehensive')

Powered by Google App Engine
This is Rietveld 408576698