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 = "Checks system logs for error messages." 7NAME = "platform_CheckErrorsInLog" 8PURPOSE = "Ensure there are no major errors in system logs." 9CRITERIA = """ 10Fails if any of the following occurs: 11 - Finds the keywords fatal, oops, panic, or segfault in: 12 - kern.log 13 - syslog 14 - dmesg 15""" 16TIME = "SHORT" 17TEST_CATEGORY = "Functional" 18TEST_CLASS = "platform" 19TEST_TYPE = "client" 20 21job.run_test('platform_CheckErrorsInLog') 22