blob: 809f42f841e7409bbacc09e5f8348e76294766f5 [file] [log] [blame]
# Copyright 2023 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "ARC App Experience Team"
NAME = "nearby-share-arc_fusebox"
METADATA = {
"contacts": ["arc-app-dev@google.com", "alanding@chromium.org"],
"bug_component": "b:537221", # ChromeOS > Software > ARC++ > Framework > Chrome Integration
"criteria": "Run Tast tests for ARC++ Nearby Share with FuseBox"
}
PURPOSE = "Suite to run ARC++ Nearby Share with FuseBox tests on ChromeOS devices."
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "suite"
TEST_TYPE = "Server"
DOC = """ This suite runs ARC++ Nearby Share with FuseBox 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)