blob: 641005308cd0e86d5c7004f6d78b50ddc88a585f [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 = "ChromeOS Team"
NAME = "gsc_dt_ab-sta"
METADATA = {
"contacts": ["chromeos-faft@google.com", "aluo@google.com"],
"bug_component": "b:715469", # ChromeOS > Platform > System > Hardware Security > HwSec GSC > Ti50
"criteria": "Run Tast tests for gsc devboard"
}
PURPOSE = "Suite to run gsc devboard tests on Andreiboard using Ti50 image."
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "suite"
TEST_TYPE = "Server"
DOC = """
This is the gsc_dt_ab-sta test suite.
This will verify system test auto images on devboards.
@param build: The name of the build to test.
Ex: firmware-ti50-postsubmit/R111-15289.0.0-75500-8794056063434194849
@param board: The board to test on. Ex: andreiboard
@param pool: The pool of machines to utilize for scheduling. If pool=None
board is used.
@param check_hosts: require appropriate live hosts to exist in the lab.
@param SKIP_IMAGE: (optional) If present and True, don't re-image devices.
"""
import common
from autotest_lib.server.cros.dynamic_suite import dynamic_suite
args_dict['name'] = 'gsc_dt_ab-sta'
args_dict['add_experimental'] = True
args_dict['job'] = job
dynamic_suite.reimage_and_run(**args_dict)