blob: 28c30bc487221a7a40178329569d344a5c336735 [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# TEST IS DISABLED UNTIL MIGRATED TO PYTHON 3.
# For instructions on how to: go/tauto-py3-migration
# To re-enable migrate to Python 3.
# If the test is not migrated by 1/14/22 it will be deleted.
AUTHOR = "kdlucas@chromium.org (Kelly Lucas)"
DOC = "Verifies temp filesystems have enough available space."
NAME = "platform_TempFS"
PURPOSE = "Verify Temp file systems are set up correctly."
CRITERIA = """
Fail if the following file systems are less than our threshhold size:
- /dev
- /tmp
- /dev/shm
- /var/tmp
- /run
- /run/lock
"""
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "platform"
TEST_TYPE = "client"
job.run_test('platform_TempFS')