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 Team"
6NAME = "bvt-tast-parallels-informational"
7PURPOSE = "Runs informational Parallels Tast tests."
8
9TIME = "SHORT"
10TEST_CATEGORY = "General"
11TEST_CLASS = "suite"
12TEST_TYPE = "Server"
13
14DOC = """
15This suite is used to run all informational Parallels Tast integration tests
16on release (a.k.a. canary) builders.
17
18This suite should only be run against devices licensed for an appropriate
19version of Windows and Office. Contact parallels-cros@ for details about
20license specifics.
21"""
22
23import common
24from autotest_lib.server.cros.dynamic_suite import dynamic_suite
25
26args_dict['name'] = NAME
27args_dict['max_runtime_mins'] = 60
28args_dict['timeout_mins'] = 1440
29args_dict['job'] = job
30
31dynamic_suite.reimage_and_run(**args_dict)
32