| # Copyright (c) 2011 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 = "security_EnableChromeTesting" |
| PURPOSE = "Verify that EnableChromeTesting is root only." |
| CRITERIA = "Fail if the EnableChromeTesting DBus call can be called by chronos." |
| TIME="SHORT" |
| TEST_CATEGORY = "Functional" |
| TEST_CLASS = "security" |
| TEST_TYPE = "client" |
| |
| DOC = """ |
| Set our effective user ID and make the EnableChromeTesting DBus call. The call |
| itself should fail, and Chrome should not restart. |
| """ |
| |
| job.run_test("security_EnableChromeTesting") |