# 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" # TODO (jimishs) - crbug.com/354547. # Uncomment the suite line below once the test can be properly ran in the lab. #ATTRIBUTES = "suite:kernel_weekly_regression" TEST_CATEGORY = "FUNCTIONAL" TEST_CLASS = "KERNEL" TEST_TYPE = "CLIENT" DOC = """ Invokes custom ChromeOS kernel unittests LTP cmdfile. Runs the sequence of all tests in the LTP cmdfile. """ cmd_file_list = ['cros_kernel_unittests'] ltp_args = '-f "%s"' % ','.join(cmd_file_list) job.run_test('kernel_LTP', args=ltp_args)