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 = "ARC Engprod Team" 6NAME = "mtp" 7PURPOSE = "Suite to run MTP(Media Transfer Protocol) tests on ChromeOS devices." 8TIME = "MEDIUM" 9TEST_CATEGORY = "General" 10TEST_CLASS = "suite" 11TEST_TYPE = "Server" 12DOC = """ This suite runs MTP tests. """ 13 14import common 15from autotest_lib.server.cros.dynamic_suite import dynamic_suite 16args_dict['max_runtime_mins'] = 180 17args_dict['name'] = NAME 18args_dict['job'] = job 19dynamic_suite.reimage_and_run(**args_dict) 20 21