From 23fa18eaa71266feff7ba8d83022d9e1cc83c65a Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:42:03 +0000 Subject: [PATCH] disable pwm7 --- kernel/tools/testing/selftests/ftrace/test.d/template | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/kernel/tools/testing/selftests/ftrace/test.d/template b/kernel/tools/testing/selftests/ftrace/test.d/template index 5c39ceb..2cd8947 100644 --- a/kernel/tools/testing/selftests/ftrace/test.d/template +++ b/kernel/tools/testing/selftests/ftrace/test.d/template @@ -1,5 +1,10 @@ #!/bin/sh +# SPDX-License-Identifier: GPL-2.0 # description: %HERE DESCRIBE WHAT THIS DOES% +# requires: %HERE LIST THE REQUIRED FILES, TRACERS OR README-STRINGS% +# The required tracer needs :tracer suffix, e.g. function:tracer +# The required README string needs :README suffix, e.g. "x8/16/32/64":README +# and the README string is treated as a fixed-string instead of regexp pattern. # you have to add ".tc" extention for your testcase file # Note that all tests are run with "errexit" option. -- Gitblit v1.6.2