1# 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 = 'blktestsSuiteRealBlk' 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=['BLK']) 16