1# Copyright (c) 2013 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 = "jorgelo" 6NAME = "security_SandboxStatus" 7ATTRIBUTES = "suite:bvt-inline" 8SUITE = "bvt-inline" 9TIME = "SHORT" 10TEST_CATEGORY = "Functional" 11TEST_CLASS = "security" 12TEST_TYPE = "client" 13JOB_RETRIES = 2 14 15DOC = """ 16Checks the status of the sandbox by looking at chrome://sandbox and 17chrome://gpu. 18""" 19 20job.run_test('security_SandboxStatus') 21