1# Copyright (c) 2012 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5NAME = 'hardware_MemoryTotalSize' 6AUTHOR = 'The Chromium OS Authors' 7PURPOSE = 'Verify there is enough memory to run Chrome OS.' 8CRITERIA = 'Fails if memory size >= 1G.' 9ATTRIBUTES = "suite:bvt-cq, suite:hwqual" 10SUITE = "bvt-cq, hwqual" 11TIME='SHORT' 12TEST_CATEGORY = 'Performance' 13TEST_CLASS = "hardware" 14TEST_TYPE = 'client' 15JOB_RETRIES = 2 16 17DOC = """ 18This test uses AutoTest's utils.memtotal(). 19""" 20 21job.run_test('hardware_MemoryTotalSize') 22