1 # Copyright (c) 2010 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 AUTHOR = "kdlucas (a] chromium.org (Kelly Lucas)" 6 DOC = "Verifies temp filesystems have enough available space." 7 NAME = "platform_TempFS" 8 PURPOSE = "Verify Temp file systems are set up correctly." 9 CRITERIA = """ 10 Fail if the following file systems are less than our threshhold size: 11 - /dev 12 - /tmp 13 - /dev/shm 14 - /var/tmp 15 - /var/run 16 - /var/lock 17 """ 18 TIME = "SHORT" 19 TEST_CATEGORY = "Functional" 20 TEST_CLASS = "platform" 21 TEST_TYPE = "client" 22 23 job.run_test('platform_TempFS') 24