1# Copyright 2021 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 = "ChromeOS SW Engprod Team ([email protected])" 6NAME = "cross-device" 7PURPOSE = "Suite to run Cross Device tests on ChromeOS devices." 8TIME = "SHORT" 9TEST_CATEGORY = "General" 10TEST_CLASS = "suite" 11TEST_TYPE = "Server" 12DOC = """ This suite runs Cross Device tests. """ 13 14import common 15from autotest_lib.server.cros.dynamic_suite import dynamic_suite 16args_dict['max_runtime_mins'] = 60 17args_dict['name'] = NAME 18args_dict['job'] = job 19dynamic_suite.reimage_and_run(**args_dict) 20 21