Home
last modified time | relevance | path

Searched refs:testcases (Results 1 – 25 of 51) sorted by relevance

123

/openbmc/linux/tools/testing/selftests/arm64/signal/
H A DMakefile7 SRCS := $(filter-out testcases/testcases.c,$(wildcard testcases/*.c))
25 COMMON_SOURCES := test_signals.c test_signals_utils.c testcases/testcases.c \
27 COMMON_HEADERS := test_signals.h test_signals_utils.h testcases/testcases.h
H A DREADME20 - New tests can be simply defined in testcases/ dir providing a proper struct
39 unrelated SEGV bugs in the testcases, it becomes extremely tricky to
/openbmc/openbmc/poky/meta/recipes-extended/ltp/
H A Dltp_20240129.bb8 file://testcases/open_posix_testsuite/COPYING;md5=48b1c5ec633e3e30ec2cf884ae699947 \
9 file://testcases/network/can/filter-tests/COPYING;md5=5b155ea7d7f86eae8e8832955d8b70bc \
58 EXTRA_AUTORECONF += "-I ${S}/testcases/realtime/m4"
117testcases/bin/* ${prefix}/testcases/bin/*/bin/* ${prefix}/testscripts/* ${prefix}/testcases/open_p…
120 INHIBIT_PACKAGE_STRIP_FILES = "${prefix}/testcases/bin/nm01 ${prefix}/testcases/bin/ldd01"
132 testcases/kernel/syscalls/fmtmsg/fmtmsg01.c \
133 testcases/kernel/syscalls/getcontext/getcontext01.c \
134 testcases/kernel/syscalls/rt_tgsigqueueinfo/rt_tgsigqueueinfo01.c \
135 testcases/kernel/syscalls/timer_create/timer_create01.c \
136 testcases/kernel/syscalls/timer_create/timer_create03.c
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nftables/nftables/
H A D0001-tests-shell-skip-secmark-tests-if-kernel-does-not-su.patch15 tests/shell/testcases/json/0005secmark_objref_0 | 1 +
32 diff --git a/tests/shell/testcases/json/0005secmark_objref_0 b/tests/shell/testcases/json/0005secma…
34 --- a/tests/shell/testcases/json/0005secmark_objref_0
35 +++ b/tests/shell/testcases/json/0005secmark_objref_0
H A D0001-tests-shell-Fix-sets-reset_command_0-for-current-ker.patch18 tests/shell/testcases/sets/reset_command_0 | 10 ++--------
21 diff --git a/tests/shell/testcases/sets/reset_command_0 b/tests/shell/testcases/sets/reset_command_0
23 --- a/tests/shell/testcases/sets/reset_command_0
24 +++ b/tests/shell/testcases/sets/reset_command_0
/openbmc/linux/tools/testing/selftests/x86/
H A Dlam.c71 struct testcases { struct
77 int (*test_func)(struct testcases *test); argument
260 int handle_max_bits(struct testcases *test) in handle_max_bits()
634 int handle_uring(struct testcases *test) in handle_uring()
745 struct testcases *test = arg; in thread_fn_set_lam()
812 struct testcases *t = test + i; in run_test()
833 static struct testcases uring_cases[] = {
865 static struct testcases bits_cases[] = {
888 static struct testcases mmap_cases[] = {
1078 int handle_pasid(struct testcases *test) in handle_pasid()
[all …]
/openbmc/linux/tools/testing/selftests/ftrace/
H A DREADME3 This is a collection of testcases for ftrace tracing feature in the Linux
7 Running the ftrace testcases
11 To run all testcases:
15 To run specific testcases:
19 Or you can also run testcases under given directory:
23 Contributing new testcases
36 * You can add a directory for your testcases under test.d/ if needed.
/openbmc/linux/Documentation/translations/zh_CN/devicetree/
H A Dof_unittest.rst35 设备树源文件(drivers/of/unittest-data/testcases.dts)包含执行drivers/of/unittest.c
36 中自动化单元测试所需的测试数据。目前,以下设备树源包含文件(.dtsi)被包含在testcases.dt中::
48 用于将DT源文件(testcases.dts)编译成二进制blob(testcases.dtb),也被称为扁平化的DT。
50 之后,使用以下规则将上述二进制blob包装成一个汇编文件(testcases.dtb.S)::
55 汇编文件被编译成一个对象文件(testcases.dtb.o),并被链接到内核镜像中。
/openbmc/linux/tools/testing/selftests/tc-testing/
H A Dtdc_helper.py10 testcases = dict()
13 testcases[category] = list(filter(lambda x: category in x['category'], alltests))
15 return(testcases)
/openbmc/openpower-hw-diags/test/
H A Dmeson.build62 testcases = [ variable
79 foreach tc : testcases
95 testcases = [ variable
107 foreach tc : testcases
/openbmc/linux/tools/testing/selftests/mm/
H A Dva_high_addr_switch.c62 static struct testcase testcases[] = { variable
308 ret = run_test(testcases, ARRAY_SIZE(testcases)); in main()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DOGTSL77 rename any non-standard executables and testcases so the
79 testcases, which must also be provided, and provide a
87 accompany any non-standard executables and testcases with
89 testcases, giving the non-standard executables and
90 testcases non-standard names, and clearly documenting the
/openbmc/linux/Documentation/devicetree/
H A Dof_unittest.rst51 The Device Tree Source file (drivers/of/unittest-data/testcases.dts) contains
54 (.dtsi) are included in testcases.dts::
67 is used to compile the DT source file (testcases.dts) into a binary blob
68 (testcases.dtb), also referred as flattened DT.
71 assembly file (testcases.dtb.S)::
76 The assembly file is compiled into an object file (testcases.dtb.o), and is
/openbmc/qemu/scripts/
H A Ddevice-crash-test421 def genCases1(args, testcases, var, fn): argument
429 for testcase in testcases:
539 dbg("testcases: %r", args.testcases)
540 if args.testcases:
541 for t in chain(*args.testcases):
/openbmc/linux/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp.c153 static int testcases(void) in testcases() function
168 return test_harness(testcases, "memcmp"); in main()
/openbmc/openbmc-test-automation/docs/
H A Dredfish_coding_guidelines.md85 - It allows calling keywords and testcases to keep control over login parameters
114 - As a result of the first two rules, all keywords and testcases that call upon
117 and testcases should NOT do logins and logouts themselves.
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0025-gcc-testsuite-tweaks-for-mips-OE.patch145 proc et-dg-runtest { runtest testcases flags default-extra-flags } {
151 @@ -9194,6 +9166,7 @@ proc et-dg-runtest { runtest testcases flags default-extra-flags } {
159 @@ -9201,8 +9174,10 @@ proc et-dg-runtest { runtest testcases flags default-extra-flags } {
165 $runtest $testcases $target_flags ${default-extra-flags}
/openbmc/linux/tools/perf/tests/
H A Dhists_cumulate.c713 test_fn_t testcases[] = { in test__hists_cumulate() local
739 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in test__hists_cumulate()
740 err = testcases[i](evsel, machine); in test__hists_cumulate()
H A Dhists_output.c599 test_fn_t testcases[] = { in test__hists_output() local
626 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in test__hists_output()
627 err = testcases[i](evsel, machine); in test__hists_output()
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/
H A Drt-tests_git.bb1 SUMMARY = "Real-Time preemption testcases"
/openbmc/inarp/
H A Dconfigure.ac29 …AS_HELP_STRING([--enable-oe-sdk], [Link testcases absolutely against OE SDK so they can be ran wit…
/openbmc/phosphor-event/
H A Dconfigure.ac35 …AS_HELP_STRING([--enable-oe-sdk], [Link testcases absolutely against OE SDK so they can be ran wit…
/openbmc/linux/drivers/of/unittest-data/
H A DMakefile2 obj-y += testcases.dtbo.o
H A Dtests-interrupts.dtsi87 * located in testcases.dts instead of in this file so that the
/openbmc/btbridge/
H A Dconfigure.ac36 …AS_HELP_STRING([--enable-oe-sdk], [Link testcases absolutely against OE SDK so they can be ran wit…

123