blob: 60585950a4f6b9478208f070de89a3149e04db84 [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'
ATTRIBUTES = "suite:experimental"
DOC = """
This test verify that /sys/fs/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)