blob: a9214c314d06e7e2be6ca54a5945365d56271259 [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.
NAME = 'hardware_MemoryTotalSize'
AUTHOR = 'The Chromium OS Authors'
PURPOSE = 'Verify there is enough memory to run Chrome OS.'
CRITERIA = 'Fails if memory size >= 1G.'
SUITE = "bvt, hwqual"
TIME='SHORT'
TEST_CATEGORY = 'Performance'
TEST_CLASS = "hardware"
TEST_TYPE = 'client'
DOC = """
This test uses AutoTest's utils.memtotal().
"""
job.run_test('hardware_MemoryTotalSize')