blob: ed64df7093ee2984f51198666c997f0c891ce485 [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 = 'hardware_MemoryIntegrity.quick'
AUTHOR = 'puthik'
PURPOSE = 'Check memory integrity after long suspend'
TIME = 'FAST'
TEST_CLASS = 'hardware'
TEST_TYPE = 'server'
ATTRIBUTES = "suite:experimental"
DOC = """
This test call hardware_StorageFio to write data once to the ramfs and
then after suspend for 30 seconds, verify the integrity of that data.
"""
def run_hardware_MemoryIntegrity(machine):
job.run_test('hardware_MemoryIntegrity', tag=NAME.split('.')[1],
client_ip=machine, seconds=30)
job.parallel_simple(run_hardware_MemoryIntegrity, machines)