blob: 42447e6946c0864299a0537e4e7ae64d26bed8da [file] [log] [blame]
# Copyright 2023 The ChromiumOS Authors.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
NAME = 'storage-qual-pdp-stress'
METADATA = {
'contacts': ['chromeos-storage@google.com'],
'bug_component': 'b:974567',
'criteria': 'Storage PDP Stress gate',
'hw_agnostic': False
}
TEST_TYPE = 'Server'
import common
from autotest_lib.server.cros.dynamic_suite import dynamic_suite
args_dict['max_runtime_mins'] = 1440
args_dict['name'] = 'storage-qual-pdp-stress'
args_dict['job'] = job
args_dict['add_experimental'] = True
dynamic_suite.reimage_and_run(**args_dict)