1# Copyright 2014 The Chromium OS Authors. All rights reserved. Use of 2# this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5AUTHOR = 'quiche' 6NAME = 'platform_LogDupSuppression' 7ATTRIBUTES = "suite:experimental" 8TIME = 'SHORT' 9TEST_TYPE = 'client' 10 11DOC = """ 12 Test that we suppress duplicate messages from one process to syslog. 13 14 Directs log messages for the 'spam' process to a new file, then 15 checks that repeated messages from that process are suppressed. 16""" 17 18job.run_test('platform_LogDupSuppression') 19