blob: 492fc29dc7742eb6f58185f5795d2b9b629ec6d2 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
NAME = "kernel_ltp"
AUTHOR = "The Chromium OS Authors,chromeos-kernel-test@google.com"
TIME = "MEDIUM"
SUITE = "kernel_weekly_regression"
EXPERIMENTAL = "True"
TEST_CATEGORY = "FUNCTIONAL"
TEST_CLASS = "KERNEL"
TEST_TYPE = "CLIENT"
DOC = """
Invokes custom ChromeOS kernel tests LTP cmdfile.
Runs the sequence of all tests in the LTP cmdfile.
"""
cmd_file_list = ['cros_kernel_tests']
ltp_args = '-f "%s"' % ','.join(cmd_file_list)
job.run_test('kernel_LTP', args=ltp_args)