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 5NAME = 'example_UnitTest' 6AUTHOR = 'The Chromium OS Authors' 7PURPOSE = 'This is a one line purpose of the test.' 8CRITERIA = """ 9Any pass/fail criteria goes in this section. 10""" 11TIME='MEDIUM' 12TEST_CATEGORY = 'Performance' 13TEST_CLASS = "example" 14TEST_TYPE = 'client' 15 16DOC = """ 17This is an example unit test. 18""" 19 20job.run_test('example_UnitTest') 21