blob: eb0e713b4d7dae0c3ae3ee8d4945eab904e7a643 [file] [log] [blame]
# Copyright (c) 2010 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 = "ChromeOS Team"
NAME = "firmware_RomSize"
PURPOSE = "Ensure the firmware size is large enough."
CRITERIA = "Firmware size must be >= 2MB."
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "firmware"
TEST_TYPE = "client"
DOC = """
This test relies on dmidecode to find the ROM Size.
"""
job.run_test('firmware_RomSize')