• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_AnomalyCollector"
6AUTHOR = "chromeos-kernel@google.com"
7PURPOSE = "Checks that the anomaly collector is collecting log anomalies"
8CRITERIA = "The collector must create a file when a test warning is produced"
9TIME = "SHORT"
10TEST_CATEGORY = "Functional"
11TEST_CLASS = "Platform"
12TEST_TYPE = "Client"
13
14DOC = """
15This checks that the anomaly collector is operational by generating
16a test kernel warning and verifying that the collector daemon collects it.
17More functionality is tested by the compile-time test.
18"""
19
20job.run_test('platform_AnomalyCollector')
21