blob: 48f80a861d42ea613454cd86e8af3f66bb0a356c [file] [log] [blame]
# Copyright (c) 2011 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_ECCorruptFwBodyA"
PURPOSE = "Servo based EC firmware A body corruption test"
CRITERIA = "This test will fail if firmware verification mis-behaved"
TIME = "LONG"
TEST_CATEGORY = "Functional"
TEST_CLASS = "firmware"
TEST_TYPE = "server"
DOC = """
This test corrupts EC body A and checks the next boot results.
"""
def run_eccorruptfwbodya(machine):
host = hosts.create_host(machine)
job.run_test("firmware_ECCorruptFwBodyA", host=host, cmdline_args=args,
use_faft=True, disable_sysinfo=True,
dev_mode=False, tag="normal")
parallel_simple(run_eccorruptfwbodya, machines)