Home
last modified time | relevance | path

Searched refs:cases (Results 1 – 25 of 1313) sorted by relevance

12345678910>>...53

/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/
H A Ddepends.py34 def _validate_test_case_depends(cases, depends): argument
36 if not case in cases:
39 if not dep in cases:
41 ", cases available %s." % (case, dep, str(cases.keys())))
43 def _order_test_case_by_depends(cases, depends): argument
55 dep_graph['__root__'] = cases.keys()
56 for case in cases:
66 return [cases[case_id] for case_id in cases_ordered]
/openbmc/qemu/scripts/
H A Ddevice-crash-test442 cases = [testcase.copy()]
445 cases = genCases1(args, cases, var, fn)
446 return cases
450 cases = genCases(args, testcase)
452 cases = list(cases)
453 cases = random.sample(cases, min(args.random, len(cases)))
455 cases = list(cases)
456 dbg("%d test cases to test", len(cases))
458 cases = list(cases)
459 random.shuffle(cases)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test/
H A Dmakefile-remove-ldflags.patch7 diff --git a/cases/stress/hwpoison/Makefile b/cases/stress/hwpoison/Makefile
9 --- a/cases/stress/hwpoison/Makefile
10 +++ b/cases/stress/hwpoison/Makefile
H A D0001-gcov_merge.py-scov_merge.py-switch-to-python3.patch24 # Merge gcov graph from several test cases. This can be used to check
25 # the coverage of several test cases.
70 # Merge mce serverity coverage file from several test cases. This can
71 # be used to check the coverage of several test cases.
/openbmc/openbmc/meta-arm/documentation/
H A Doeqa-fvp.md3 …ng the `testimage` Yocto task. meta-arm has good support for writing test cases against [Arm FVPs]…
24 As in OEQA in OE-core, tests cases can run commands on the machine using SSH. It therefore requires…
32 For examples of test cases, see meta/lib/oeqa/runtime/cases in OE-Core. The majority of test cases
36 To support firmware and baremetal testing, OEFVPTarget also allows test cases to make assertions ag…
44 For an example of a full test case, see meta-arm/lib/oeqa/runtime/cases/linuxboot.py This test case…
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dmanualexecution.py123 cases = load_json_file(case_file)
133 for case in copy.deepcopy(cases) :
135 cases.remove(case)
137 print('\nTotal number of test cases in this test suite: %s\n' % len(cases))
138 for c in cases:
194 cases = load_json_file(case_file)
200 for case in cases:
/openbmc/openbmc-test-automation/test_lists/
H A Dskip_test_witherspoon8 # System LED test cases which are NA for Witherspoon system.
46 # Configure invalid IP address use cases.
57 # Skipping RAS test cases
67 # IPMI disable and enable use cases.
/openbmc/openbmc-test-automation/test_lists/witherspoon/
H A Dskip_oob_ipmi1 #Skipping out-of-band IPMI test cases to run all inband IPMI test cases
H A Dskip_inband_ipmi1 #Skipping inband IPMI test cases to run all out-of-band IPMI test cases
/openbmc/linux/scripts/coccinelle/misc/
H A Dcond_no_effect.cocci5 // There can be false positives in cases where the positional
7 // is a placeholder for not yet handled cases.
17 // the two known cases are:
38 // All other cases look like bugs or at least lack of documentation
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlibbpf_probes.c98 } cases[] = { in test_libbpf_probe_helpers() local
109 size_t case_cnt = ARRAY_SIZE(cases), i; in test_libbpf_probe_helpers()
113 const struct case_def *d = &cases[i]; in test_libbpf_probe_helpers()
/openbmc/linux/net/bluetooth/
H A DKconfig130 cases are run first thing at module load time. When the Bluetooth
131 subsystem is compiled into the kernel image, then the test cases
135 bool "ECDH test cases"
138 Run test cases for ECDH cryptographic functionality used by the
142 bool "SMP test cases"
145 Run test cases for SMP cryptographic functionality, including both
/openbmc/linux/tools/testing/selftests/rcutorture/doc/
H A DTINY_RCU.txt1 This document gives a brief rationale for the TINY_RCU test cases.
19 In common code tested by TREE_RCU test cases.
/openbmc/linux/Documentation/livepatch/
H A Dreliable-stacktrace.rst41 In some cases it is legitimate to omit specific functions from the trace,
42 but all other functions must be reported. These cases are described in
45 Secondly, the reliable stacktrace function must be robust to cases where
47 function should attempt to detect such cases and return a non-zero error
49 an unsafe way. Specific cases are described in further detail below.
55 To ensure that kernel code can be correctly unwound in all cases,
63 In some cases, an unwinder may require metadata to correctly unwind.
115 To ensure that such cases do not result in functions being omitted from a
148 Architectures which cannot identify when it is reliable to unwind such cases
176 unwinder must report these cases as unreliable.
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-async-timeout_4.0.3.bb3 The context manager is useful in cases when you want to apply \
4 timeout logic around block of code or in cases when asyncio.wait_for() \
/openbmc/linux/tools/testing/selftests/tc-testing/
H A DREADME59 cases. To disable execution within the namespace, pass the -N option
77 future). A test suite has one or more test cases in it.
106 executed as part of the test. More will be added as test cases require.
111 The NAMES values are used to substitute into the commands in the test cases.
137 select which test cases: files plus directories; filtered by categories
150 Execute the specified test cases with specified IDs
153 select action to perform on selected test cases
155 -l, --list List all test cases, or those only within the
157 -s, --show Display the selected test cases
158 -i, --id Generate ID numbers for new test cases
[all …]
/openbmc/openbmc/poky/meta/recipes-core/readline/readline/
H A Dnorpath.patch3 cases this is necessary but our use cases aren't one of them.
/openbmc/qemu/scripts/simplebench/
H A Dimg_bench_templater.py89 cases = [{'id': ' / '.join(x), 'data': x} for x in templater.rows] variable
91 result = simplebench.bench(bench_func, envs, cases, count=5,
/openbmc/openbmc-test-automation/docs/
H A Dredfish_request_via_mTLS.md59 purposes. Therefore, some test cases need to write a new one to match it for
61 username) Some cases don’t need to be tested because the purpose of them are
76 Most cases related to sessions don't require mTLS because Redfish requests
78 these cases when mTLS is enabled.
/openbmc/openbmc-test-automation/
H A DREADME.md156 `redfish/`: Contains the general test cases for OpenBMC stack functional
159 `systest/`: Contains test cases for HTX bootme testing.
161 `xcat/`: Contains test cases for XCAT automation.
163 `gui/test/`: Contains test cases for testing web-based interface built on
166 `gui/gui_test/`: Contains test cases for testing web-based user interface built
172 `snmp/`: Contains test cases for SNMP (Simple Network Management Protocol)
175 `openpower/`: Contains test cases for an OpenPOWER based system.
181 `test_list/`: Contains the argument files used for skipping test cases (e.g
191 `redfish/`: Contains test cases for DMTF Redfish-related feature supported on
194 `redfish/extended/`: Contains test cases for combined DMTF Redfish-related
[all …]
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/
H A Drunfvp.py44 cases = list(testdir.glob("auto-*.json"))
45 if not cases:
47 for case in cases:
/openbmc/linux/Documentation/devicetree/bindings/slimbus/
H A Dslimbus.yaml39 In some cases it may be necessary to describe non-probeable device
40 details such as non-standard ways of powering up a device. In such cases,
54 - Instance ID, can be used for the cases where multiple devices of
/openbmc/linux/Documentation/RCU/
H A Drcuref.rst11 those unusual cases where percpu-ref would consume too much memory,
82 update (write) stream. In such cases, atomic_inc_not_zero() might be
84 use atomic_inc() in such cases.
87 search_and_reference() code path. In such cases, the
139 In cases where delete() can sleep, synchronize_rcu() can be called from
/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/
H A D0001-PEAP-client-Update-Phase-2-authentication-requiremen.patch11 the TTLS/FAST/TEAP cases. However, this is not really ideal when
17 authentication to be successfully completed for cases where TLS session
19 configured. Those two exceptions are the main cases where a deployed
33 * 2 = require Phase 2 authentication in all cases
64 + * 2 = require Phase 2 authentication in all cases
96 + "EAP-PEAP: Require Phase 2 authentication for all cases");
210 +# * 2 = require Phase 2 authentication in all cases
/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/
H A Dtest_loader.py47 cases = set(getSuiteCasesIDs(tc.suites))
49 self.assertEqual(cases, expected_cases, msg=msg)

12345678910>>...53