Katherine Threlkeld | 4b3d9a8 | 2018-02-28 16:49:57 -0800 | [diff] [blame] | 1 | # Copyright 2018 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 | AUTHOR = "Katherine Threlkeld <kathrelkeld@chromium.org>" |
| 6 | NAME = "ent-perbuild" |
| 7 | PURPOSE = "High priority Enterprise related tests." |
| 8 | TIME = "SHORT" |
| 9 | TEST_CATEGORY = "Functional" |
| 10 | TEST_CLASS = "suite" |
| 11 | TEST_TYPE = "Server" |
| 12 | |
| 13 | DOC = """ |
| 14 | This suite runs Enterprise tests which should run on every build, across |
| 15 | a subset of boards. |
| 16 | """ |
| 17 | |
| 18 | import common |
Katherine Threlkeld | 4b3d9a8 | 2018-02-28 16:49:57 -0800 | [diff] [blame] | 19 | from autotest_lib.server.cros.dynamic_suite import dynamic_suite |
| 20 | |
| 21 | args_dict['name'] = 'ent-perbuild' |
| 22 | args_dict['add_experimental'] = True |
| 23 | args_dict['max_runtime_mins'] = 60 |
Katherine Threlkeld | 4b3d9a8 | 2018-02-28 16:49:57 -0800 | [diff] [blame] | 24 | args_dict['job'] = job |
| 25 | |
| 26 | dynamic_suite.reimage_and_run(**args_dict) |