blob: fa339312f0aa74ee5c51214840c0568074059f23 [file] [log] [blame]
# Copyright 2022 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "ChromeOS SW Engprod Team"
NAME = "nearby-share-arc"
METADATA = {
"contacts": ["chromeos-sw-engprod@google.com", "arc-app-dev@google.com"],
"bug_component": "b:537221", # ChromeOS > Software > ARC++ > Framework > Chrome Integration
"criteria": "Run Tast tests for ARC++ Nearby Share"
}
PURPOSE = "Suite to run ARC++ Nearby Share tests on ChromeOS devices."
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "suite"
TEST_TYPE = "Server"
DOC = """ This suite runs ARC++ Nearby Share tests. """
import common
from autotest_lib.server.cros.dynamic_suite import dynamic_suite
args_dict['max_runtime_mins'] = 60
args_dict['name'] = NAME
args_dict['job'] = job
dynamic_suite.reimage_and_run(**args_dict)