blob: c14785cf7d976ebffa625d80262c817f1d145912 [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 = "josephsussman@google.com, cros-flex-eng@google.com"
NAME = "flex-criticalstaging"
METADATA = {
"contacts": [
"chromeos-flex-eng@google.com",
"josephsussman@google.com"
],
"bug_component": "b:998633", # ChromeOS > Platform > Enablement > ChromeOS Flex
"hw_agnostic": False
}
PURPOSE = "Run the Tast informational tests without clearing the TPM."
TIME = "MEDIUM"
TEST_CATEGORY = "General"
TEST_CLASS = "suite"
TEST_TYPE = "Server"
DOC = """
This suite runs the tast informational test suite without clearing the TPM.
See http://go/tast for more information about Tast.
"""
import common
from autotest_lib.server.cros.dynamic_suite import dynamic_suite
args_dict['name'] = NAME
args_dict['max_runtime_mins'] = 240
args_dict['timeout_mins'] = 1440
args_dict['job'] = job
dynamic_suite.reimage_and_run(**args_dict)