blob: 2823dded69f36236a9e692d25762b3e9f83cec53 [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.
# 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.
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)