blob: b450bb3f8dfcceb3bdf24d6b63c9820c15a9e159 [file] [log] [blame]
# Copyright 2020 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "yllin"
NAME = "faft_ec_fw_qual"
METADATA = {
"contacts": ["chromeos-faft@google.com", "yllin@chromium.org"],
"bug_component": "b:792402", # ChromeOS > Platform > Enablement > Firmware > FAFT
"criteria": "Qualify the EC firmware for RW or RO+RW release"
}
TIME = "LONG"
TEST_TYPE = "Server"
DOC = """
This test suite verifies if the EC firmware is ready for production
release.
Tests intended for both production release and bring-up should be in
both suite:faft_ec and suite:faft_ec_fw_qual.
"""
import common
from autotest_lib.server.cros.dynamic_suite import dynamic_suite
args_dict['name'] = 'faft_ec_fw_qual'
args_dict['job'] = job
args_dict['add_experimental'] = True
dynamic_suite.reimage_and_run(**args_dict)