Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 98) sorted by relevance

1234

/tools/testing/selftests/kselftest/
A Dktap_helpers.sh43 description="$2"
55 description="$1"
58 __ktap_test "$result" "$description"
64 description="$1"
68 __ktap_test "$result" "$description" "$directive"
74 description="$1"
84 description="$1"
87 __ktap_test "$result" "$description"
93 description="$1"
97 ktap_test_pass "$description"
[all …]
A Dksft.py42 def _test_print(result, description, directive=None): argument
53 def test_result_pass(description): argument
54 _test_print("ok", description)
58 def test_result_fail(description): argument
59 _test_print("not ok", description)
63 def test_result_skip(description): argument
64 _test_print("ok", description, "SKIP")
68 def test_result(condition, description=""): argument
70 test_result_pass(description)
72 test_result_fail(description)
/tools/testing/selftests/alsa/
A Dpcm-test.conf2 description "8kHz mono large periods"
11 description "8kHz stereo large periods"
20 description "44.1kHz stereo large periods"
29 description "48kHz stereo small periods"
38 description "48kHz stereo large periods"
47 description "48kHz 6 channel large periods"
56 description "96kHz stereo large periods"
/tools/perf/tests/
A Dtests.h52 #define TEST_CASE(description, _name) \ argument
55 .desc = description, \
62 .desc = description, \
67 #define TEST_CASE_EXCLUSIVE(description, _name) \ argument
70 .desc = description, \
78 .desc = description, \
84 #define DEFINE_SUITE(description, _name) \ argument
86 TEST_CASE(description, _name), \
90 .desc = description, \
96 TEST_CASE_EXCLUSIVE(description, _name),\
[all …]
/tools/testing/selftests/powerpc/papr_sysparm/
A Dpapr_sysparm.c150 const char *description; member
156 .description = "open and close " DEVPATH " without issuing commands",
160 .description = "retrieve SPLPAR characteristics",
164 .description = "verify EOPNOTSUPP for known-bad parameter",
168 .description = "PAPR_SYSPARM_IOC_GET returns EFAULT on bad address",
172 .description = "PAPR_SYSPARM_IOC_SET returns EFAULT on bad address",
176 .description = "ensure EPERM on attempt to update HMC0",
180 .description = "PAPR_IOC_SYSPARM_SET returns EACCES on read-only fd",
191 if (test_harness(t->function, t->description)) in main()
/tools/testing/selftests/powerpc/papr_vpd/
A Dpapr_vpd.c302 const char *description; member
308 .description = "open/close " DEVPATH,
312 .description = "ensure EINVAL on unterminated location code",
316 .description = "ensure EFAULT on bad handle addr",
320 .description = "get handle for all VPD"
324 .description = "close handle without consuming VPD"
328 .description = "read all VPD one byte at a time"
332 .description = "ensure re-read yields same results"
336 .description = "get handle for system VPD"
347 if (test_harness(t->function, t->description)) in main()
/tools/testing/selftests/bpf/prog_tests/
A Dsock_iter_batch.c606 const char *description; member
617 .description = "udp: resume after removing a seen socket",
625 .description = "udp: resume after removing one unseen socket",
633 .description = "udp: resume after removing all unseen sockets",
641 .description = "udp: resume after adding a few sockets",
652 .description = "udp: force a realloc to occur",
664 .description = "tcp: resume after removing a seen socket (listening)",
688 .description = "tcp: resume after adding a few sockets (listening)",
699 .description = "tcp: force a realloc to occur (listening)",
759 .description = "tcp: force a realloc to occur (established)",
[all …]
/tools/hv/
A Dvmbus_testing279 description = "\nUse lsvmbus to get vmbus device type "
317 description = "Delay the ring buffer interrupt for "
334 description = "Disable ALL testing on ALL vmbus "
342 description = "Disable ALL testing on a SINGLE vmbus "
349 description = "This shows the test state for ALL the "
355 description = "This shows the test values for a SINGLE "
/tools/verification/rvgen/
A Ddot2c21 parser = argparse.ArgumentParser(description='dot2c: converts a .dot file into a C structure')
/tools/testing/selftests/mm/
A Dmap_populate.c25 #define BUG_ON(condition, description) \ argument
29 __func__, __LINE__, (description), \
/tools/verification/rvgen/rvgen/templates/container/
A Dmain.c15 .description = "%%DESCRIPTION%%",
/tools/testing/selftests/sched_ext/
A Dmaybe_null.c46 .description = "Verify if PTR_MAYBE_NULL works for .dispatch",
A Dtest_example.c44 .description = "Validate the basic function of the test suite itself",
A Drunner.c47 printf("DESCRIPTION: %s\n", test->description); in print_test_preamble()
112 if (!test->description) { in test_valid()
A Dcreate_dsq.c52 .description = "Create and destroy a dsq in a loop",
A Dmaximal.c49 .description = "Verify we can load a scheduler with every callback defined",
A Dminimal.c53 .description = "Verify we can load a fully minimal scheduler",
A Dselect_cpu_dispatch_bad_dsq.c53 .description = "Verify graceful failure if we direct-dispatch to a "
A Dselect_cpu_dispatch_dbl_dsp.c53 .description = "Verify graceful failure if we dispatch twice to a "
A Dddsp_bogus_dsq_fail.c53 .description = "Verify we gracefully fail, and fall back to using a "
A Dddsp_vtimelocal_fail.c52 .description = "Verify we gracefully fail, and fall back to using a "
A Denq_last_no_enq_fails.c57 .description = "Verify we eject a scheduler if we specify "
/tools/net/ynl/pyynl/
A Dcli.py43 description = """
52 parser = argparse.ArgumentParser(description=description,
/tools/sched/
A Ddl_bw_dump.py53 parser = argparse.ArgumentParser(description=desc,
/tools/net/ynl/
A Dpyproject.toml11 description = "yaml netlink (ynl)"

Completed in 28 milliseconds

1234