• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2019 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5NAME = 'hardware_StorageSuspendStress.test_other'
6AUTHOR = 'The Chromium OS Authors'
7PURPOSE = 'Test StorageSuspendStress code on non root device'
8TIME = 'MEDIUM'
9TEST_CLASS = 'hardware'
10TEST_TYPE = 'server'
11PY_VERSION = 3
12FAST = False
13
14DOC = """
15Test hardware_StorageSuspendStress section.
16Run Fio while suspending aggressively.
17"""
18
19def run_hardware_storage_stress(machine):
20    job.run_test('hardware_StorageQualSuspendStress', client_ip=machine, duration=3600,
21    						      other_dev=True)
22
23job.parallel_simple(run_hardware_storage_stress, machines)
24
25