blob: 5c933533dbf475cf62cb9430e0a851e41504c45f [file] [log] [blame]
# Copyright 2014 The Chromium OS Authors. All rights reserved. Use of
# this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# TEST IS DISABLED UNTIL MIGRATED TO PYTHON 3.
# For instructions on how to: go/tauto-py3-migration
# To re-enable migrate to Python 3.
# If the test is not migrated by 1/14/22 it will be deleted.
AUTHOR = 'quiche'
NAME = 'platform_LogDupSuppression'
ATTRIBUTES = "suite:experimental"
TIME = 'SHORT'
TEST_TYPE = 'client'
DOC = """
Test that we suppress duplicate messages from one process to syslog.
Directs log messages for the 'spam' process to a new file, then
checks that repeated messages from that process are suppressed.
"""
job.run_test('platform_LogDupSuppression')