1# Copyright (c) 2013 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 5NAME = "platform_AnomalyDetector" 6AUTHOR = "chromeos-kernel@google.com" 7PURPOSE = "Checks that the anomaly detector is collecting log anomalies" 8CRITERIA = "The detector must create a file when a test warning is produced" 9TIME = "SHORT" 10TEST_CATEGORY = "Functional" 11TEST_CLASS = "Platform" 12TEST_TYPE = "Client" 13ATTRIBUTES = "suite:bvt-perbuild" 14 15DOC = """ 16This checks that the anomaly detector is operational by generating 17a test kernel warning and verifying that the detector daemon collects it. 18More functionality is tested by the compile-time test. 19""" 20 21job.run_test('platform_AnomalyDetector') 22