blob: 3087bf76f701cd04c2b2eed5f1fa41ea748f5b80 [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"
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)