blob: c0c10cf8d67c6d548826da9fa0674ddee2789bf6 [file] [log] [blame]
# Copyright (c) 2013 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.
NAME = "platform_AnomalyDetector"
AUTHOR = "chromeos-kernel@google.com"
PURPOSE = "Checks that the anomaly detector is collecting log anomalies"
CRITERIA = "The detector must create a file when a test warning is produced"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "Platform"
TEST_TYPE = "Client"
ATTRIBUTES = "suite:bvt-perbuild"
DOC = """
This checks that the anomaly detector is operational by generating
a test kernel warning and verifying that the detector daemon collects it.
More functionality is tested by the compile-time test.
"""
job.run_test('platform_AnomalyDetector')