| Index: client/site_tests/example_UnitTest/control
|
| diff --git a/client/site_tests/example_UnitTest/control b/client/site_tests/example_UnitTest/control
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..11b61c69d8106858339358f9c28ce1711f399fd9
|
| --- /dev/null
|
| +++ b/client/site_tests/example_UnitTest/control
|
| @@ -0,0 +1,16 @@
|
| +# Copyright (c) 2010 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.
|
| +
|
| +NAME = 'example_unit_test'
|
| +AUTHOR = 'The Chromium OS Authors'
|
| +TIME='MEDIUM'
|
| +TEST_CATEGORY = 'Performance'
|
| +TEST_CLASS = "example"
|
| +TEST_TYPE = 'client'
|
| +
|
| +DOC = """
|
| +This is an example unit test.
|
| +"""
|
| +
|
| +job.run_test('example_UnitTest')
|
|
|