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