aboutsummaryrefslogtreecommitdiff
path: root/client/site_tests/platform_AnomalyDetector/control
blob: c0c10cf8d67c6d548826da9fa0674ddee2789bf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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')