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