Home | History | Annotate | Download | only in platform_LogNonKernelKmsg
      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_LogNonKernelKmsg'
      7 ATTRIBUTES = "suite:experimental"
      8 SUITE = 'experimental'
      9 TIME = 'SHORT'
     10 TEST_TYPE = 'client'
     11 
     12 DOC = """
     13   Test that we log non-kernel messages that are written to /dev/kmsg
     14 
     15   Write a message to /dev/kmsg, and check that the message has been
     16   written to /var/log/messages. This is important, as init (upstart)
     17   writes log messages to /dev/kmsg.
     18 """
     19 
     20 job.run_test('platform_LogNonKernelKmsg')
     21