blob: 12bab4be6989b8d0f812e33c936ef282d3d1238e [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-kpi'
METADATA = {
'contacts': ['chromeos-storage@google.com'],
'bug_component': 'b:974567',
'criteria': 'Storage PDP Meets KPI gate',
'hw_agnostic': False
}
TEST_TYPE = 'Server'
import common
from autotest_lib.server.cros.dynamic_suite import dynamic_suite
args_dict['max_runtime_mins'] = 400
args_dict['name'] = 'storage-qual-pdp-kpi'
args_dict['job'] = job
args_dict['add_experimental'] = True
dynamic_suite.reimage_and_run(**args_dict)