blob: fab5445e3bde54d32355279118fabde6c3da1c75 [file] [log] [blame]
NAME = "platform_MemCheck"
PURPOSE = "Verify memory values look reasonable."
CRITERIA = """
This test will fail if unexpected values are found for:
- Total Memory
- Free Memory
- Swap Cached
- Swap Total
- Virtual Memory
"""
AUTHOR = "kdlucas@chromium.org (Kelly Lucas)"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "platform"
TEST_TYPE = "client"
DOC = """
Verifies that memory levels look sane.
The resources being verified are:
Total Memory
Free Memory
Swap Memory Cached
Swap Total
Virtual Memory Total
We are assuming that we should have at least 1/2 of total memory free and
that virtual memory should be at least 102400 KB.
"""
job.run_test('platform_MemCheck')