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