1# Copyright 2020 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 (chromeos-sw-engprod@google.com)"
6NAME = "nearby-share"
7PURPOSE = "Suite to run Nearby Share tests on Chrome OS devices."
8TIME = "SHORT"
9TEST_CATEGORY = "General"
10TEST_CLASS = "suite"
11TEST_TYPE = "Server"
12DOC = """ This suite runs Nearby Share 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