blob: 3cd3365b21ca97b2c34f195e01461b9e15c0c295 [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-cq, bvt, bvt_cq, hwqual"
TIME='SHORT'
TEST_CATEGORY = 'Performance'
TEST_CLASS = "hardware"
TEST_TYPE = 'client'
JOB_RETRIES = 1
DOC = """
This test uses AutoTest's utils.memtotal().
"""
job.run_test('hardware_MemoryTotalSize')