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" 10TIME='SHORT' 11TEST_CATEGORY = 'Performance' 12TEST_CLASS = "hardware" 13TEST_TYPE = 'client' 14JOB_RETRIES = 2 15 16DOC = """ 17This test uses AutoTest's utils.memtotal(). 18""" 19 20job.run_test('hardware_MemoryTotalSize') 21