blob: 21114906a82fb58fccd9e6fbb60c2b23dd1818b8 [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "Chrome OS Team"
NAME = "firmware_FAFTSetup"
PURPOSE = "Servo based diagnose of FAFT hardware setup"
CRITERIA = "This test will fail if FAFT hardware is not set up correctly."
SUITE = "faft,faft_normal,faft_lv2"
TIME = "LONG"
TEST_CATEGORY = "Functional"
TEST_CLASS = "firmware"
TEST_TYPE = "server"
DOC = """
This test checks the following FAFT hardware requirement:
- Warm reset
- Cold reset
- Recovery boot with USB stick
- USB stick is plugged into Servo board, not DUT
- Keyboard simulation
"""
def run_faftsetup(machine):
host = hosts.create_host(machine)
job.run_test("firmware_FAFTSetup", host=host, cmdline_args=args,
use_faft=True, disable_sysinfo=True)
parallel_simple(run_faftsetup, machines)