blob: f36a37f45ec239fc98499d4d1c60257025b1c59d [file] [log] [blame]
Simran Basi0efdcab2015-12-28 12:00:48 -08001# Copyright 2015 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 = "Brillo Team"
Simran Basi917ca5a2016-01-08 11:25:09 -08006NAME = "brillo-bvt"
Simran Basi0efdcab2015-12-28 12:00:48 -08007PURPOSE = "Test critical brillo functionality."
Simran Basi0efdcab2015-12-28 12:00:48 -08008
9TIME = "SHORT"
10TEST_CATEGORY = "General"
11TEST_CLASS = "suite"
12TEST_TYPE = "Server"
13
14DOC = """
15Suite for kicking off the Brillo PTS tests.
16"""
17
18import common
19from autotest_lib.server.cros.dynamic_suite import dynamic_suite
20
21
22args_dict['max_runtime_mins'] = 20
Simran Basi917ca5a2016-01-08 11:25:09 -080023args_dict['name'] = 'brillo-bvt'
Simran Basi0efdcab2015-12-28 12:00:48 -080024args_dict['job'] = job
25args_dict['add_experimental'] = True
26
27dynamic_suite.reimage_and_run(**args_dict)