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 5 AUTHOR = 'quiche' 6 NAME = 'platform_LogDupSuppression' 7 ATTRIBUTES = "suite:experimental" 8 SUITE = 'experimental' 9 TIME = 'SHORT' 10 TEST_TYPE = 'client' 11 12 DOC = """ 13 Test that we suppress duplicate messages from one process to syslog. 14 15 Directs log messages for the 'spam' process to a new file, then 16 checks that repeated messages from that process are suppressed. 17 """ 18 19 job.run_test('platform_LogDupSuppression') 20