blob: 1a05809914ec3e5c038ffb888f2c6ac5098a9bcc [file] [log] [blame]
# Copyright (c) 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.
NAME = 'kernel_MemoryRamoop'
AUTHOR = 'puthik'
PURPOSE = 'Check that kernel log preserve correctly in RAM'
TIME = 'SHORT'
TEST_CLASS = 'kernel'
TEST_TYPE = 'server'
SUITE = 'experimental'
DOC = """
This test verify that /dev/pstore/console-ramoops is preserved correctly
after system reboot/kernel crash and also verify integrity of that log.
"""
def run_kernel_MemoryRamoop(machine):
job.run_test('kernel_MemoryRamoop', client_ip=machine)
job.parallel_simple(run_kernel_MemoryRamoop, machines)