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 5 NAME = 'hardware_MemoryTotalSize' 6 AUTHOR = 'The Chromium OS Authors' 7 PURPOSE = 'Verify there is enough memory to run Chrome OS.' 8 CRITERIA = 'Fails if memory size >= 1G.' 9 ATTRIBUTES = "suite:bvt-cq, suite:hwqual" 10 TIME='SHORT' 11 TEST_CATEGORY = 'Performance' 12 TEST_CLASS = "hardware" 13 TEST_TYPE = 'client' 14 JOB_RETRIES = 2 15 16 DOC = """ 17 This test uses AutoTest's utils.memtotal(). 18 """ 19 20 job.run_test('hardware_MemoryTotalSize') 21