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 5AUTHOR = "Katherine Threlkeld <kathrelkeld@chromium.org>" 6NAME = "ent-nightly" 7PURPOSE = "Lower priority Enterprise related tests." 8TIME = "SHORT" 9TEST_CATEGORY = "Functional" 10TEST_CLASS = "suite" 11TEST_TYPE = "Server" 12 13DOC = """ 14This suite runs Enterprise tests which should run on nightly, across 15a subset of boards. 16""" 17 18import common 19from autotest_lib.server.cros.dynamic_suite import dynamic_suite 20 21args_dict['name'] = 'ent-nightly' 22args_dict['add_experimental'] = True 23args_dict['max_runtime_mins'] = 60 24args_dict['job'] = job 25 26dynamic_suite.reimage_and_run(**args_dict) 27