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