blob: cffa2628cef8cbc5a71de58b0a30ee53fd910d69 [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-avl-v3-batch1'
METADATA = {
'contacts': ['chromeos-storage@google.com'],
'bug_component': 'b:974567',
'criteria': 'AVL Storage Qualification v3-batch1 suite',
'hw_agnostic': False
}
TEST_TYPE = 'Server'
import common
from autotest_lib.server.cros.dynamic_suite import dynamic_suite
args_dict['max_runtime_mins'] = 4320
args_dict['name'] = 'storage-qual-avl-v3-batch1'
args_dict['job'] = job
args_dict['add_experimental'] = True
dynamic_suite.reimage_and_run(**args_dict)