1# Copyright (c) 2011 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 5AUTHOR = "The Chromium OS Authors" 6NAME = "security_EnableChromeTesting" 7PURPOSE = "Verify that EnableChromeTesting is root only." 8CRITERIA = "Fail if the EnableChromeTesting DBus call can be called by chronos." 9TIME="SHORT" 10ATTRIBUTES = "suite:bvt-inline, suite:smoke" 11SUITE = "bvt-inline, smoke" 12TEST_CATEGORY = "Functional" 13TEST_CLASS = "security" 14TEST_TYPE = "client" 15JOB_RETRIES = 2 16 17DOC = """ 18Set our effective user ID and make the EnableChromeTesting DBus call. The call 19itself should fail, and Chrome should not restart. 20""" 21 22job.run_test("security_EnableChromeTesting") 23