blob: 8764b77cd83882e5be678d1cbffba1e8f8b76e59 [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.
NAME = 'pvs-perbuild'
METADATA = {
'contacts': ['chromeos-pvs-eng@google.com'],
# ChromeOS > Platform > Enablement > PVS Framework
'bug_component': 'b:1110659',
'criteria': 'Tauto wrapper for pvs scenario tast tests'
}
TEST_TYPE = 'Server'
import common
from autotest_lib.server.cros.dynamic_suite import dynamic_suite
args_dict['max_runtime_mins'] = 100
args_dict['name'] = 'pvs-perbuild'
args_dict['job'] = job
args_dict['add_experimental'] = True
dynamic_suite.reimage_and_run(**args_dict)