blob: b983c32f4001412c275f8e76241e9f9c97cb3edf [file] [log] [blame]
Alexis Savery6b11f572019-05-01 18:29:39 -07001# Copyright (c) 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 = 'blktestsSuiteAll'
6AUTHOR = 'The Chromium OS Authors'
7TIME = 'MEDIUM'
8TEST_CLASS = 'kernel'
9TEST_CATEGORY = 'Functional'
10TEST_TYPE = 'client'
11DOC = """
12This is a wrapper for running blktests inside autotest.
13"""
14
15job.run_test('blktests', timeout=600, devices=['LOOP_BLK', 'LOOP_FILE', 'BLK'])