Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 50) sorted by relevance

12

/scripts/dts/python-devicetree/tests/
A Dtest.dts16 interrupt-parent-test {
28 interrupts-extended-test {
51 interrupt-map-test {
107 &{/interrupt-map-test/nexus} 0 0
108 &{/interrupt-map-test/nexus} 0 1
109 &{/interrupt-map-test/nexus} 0 2>;
121 &{/interrupt-map-test/nexus-0} 0 0
136 interrupt-map-bitops-test {
371 compatible = "binding-include-test";
569 test-deprecated {
[all …]
/scripts/tests/twister_blackbox/test_data/
A Dtwister-quarantine-list.yml4 test all platforms
9 test intel_adl_crb
16 test qemu_x86_64
/scripts/tests/twister/
A Dtest_harness.py1041 state=GTEST_START_STATE, suite="suite_name", test="test0"
1044 state=GTEST_PASS_STATE, suite="suite_name", test="test0"
1047 state=GTEST_START_STATE, suite="suite_name", test="test1"
1050 state=GTEST_FAIL_STATE, suite="suite_name", test="test1"
1076 state=GTEST_START_STATE, suite="suite_name", test="test0"
1079 state=GTEST_PASS_STATE, suite="suite_name", test="test0"
1082 state=GTEST_START_STATE, suite="suite_name", test="test1"
1085 state=GTEST_FAIL_STATE, suite="suite_name", test="test1"
1105 state=GTEST_START_STATE, suite="suite_name", test="test0"
1108 state=GTEST_PASS_STATE, suite="suite_name", test="test0"
[all …]
/scripts/ci/es_upload/
A DREADME.md70 ### Twister test results
75 --index zephyr-test-example \
82 --index zephyr-test-example \
89 Store test results with `recording` data entries, for example from
91 test suite.
96 --index zephyr-test-recording-example-1 \
103 --index zephyr-test-recording-example-1 \
110 ### Twister test with recording and extracting more data
115 test suite.
120 --index zephyr-test-recording-example-2 \
[all …]
/scripts/native_simulator/common/src/
A Dnsi_safe_call.h23 static inline void nsi_safe_call(int test, const char *test_str) in nsi_safe_call() argument
26 if (nsi_unlikely(test)) { in nsi_safe_call()
/scripts/
A Drequirements.txt2 -r requirements-build-test.txt
3 -r requirements-run-test.txt
/scripts/dts/python-devicetree/tests/test-bindings/
A Ddeprecated.yaml3 description: Property deprecated value test
5 compatible: "test-deprecated"
A Dprops.yaml3 description: Device.props test
45 # gets resolved to #gpio-cells rather than #foo-gpio-cells, so test that
A Dmultidir.yaml3 description: Binding in test-bindings/
A Dgpio-dst.yaml3 description: GPIO destination for mapping test
A Dorder-1.yaml3 description: Include ordering test
A Dorder-2.yaml3 description: Include ordering test
A Dgpio-src.yaml3 description: GPIO source for mapping test
A Dchild-binding.yaml3 description: child-binding test
/scripts/footprint/
A Dcompare_footprint243 for test, platforms in metrics['current'].items():
244 if not test in metrics['base']:
249 if not platform in metrics['base'][test]:
251 golden_metric = metrics['base'][test][platform]
270 results[test] = tests
276 for test in sorted(deltas):
277 print("\n{:<25}".format(test))
278 for platform, data in deltas[test].items():
/scripts/net/
A DREADME.txt2 the network test applications Docker container provided by the 'net-tools'
31 1. From a Zephyr network sample test directory.
37 2. By giving the test directories as parameters to the runner script.
61 address setup for each sample test, be it the default ones or the switched
73 The sample test script tries to automatically figure out the Zephyr base
76 '--zephyr-dir' command line arguments. The sample test script also assumes
/scripts/tests/twister/test_data/
A Dplatform_incorrect_schema.yaml1 test:
A Dtestsuite_incorrect_schema.yaml1 test:
/scripts/dts/python-devicetree/tests/test-bindings-include/
A DREADME.rst1 This directory contains bindings used to test the 'include:' feature.
/scripts/dts/python-devicetree/tests/test-bindings-2/
A Dmultidir.yaml3 description: Binding in test-bindings-2/
/scripts/dts/python-devicetree/tests/test-wrong-bindings/
A Dwrong-phandle-array-name.yaml3 description: Device.wrong_phandle_array_name test
A Dwrong-specifier-space-type.yaml3 description: Device.wrong_specifier_space_type test
/scripts/tests/twister_blackbox/
A Dtest_printouts.py331 printed_tests = [test.strip() for test in out.split('- ')[1:]]
335 assert all([test in printed_tests for test in expected])
336 assert all([test in expected for test in printed_tests])
A Dtest_error.py70 def test_test(self, out_path, testroot, test, expected_exception): argument
75 args += ['-i', '--outdir', out_path, '--test', test, '-y'] + \
/scripts/west_commands/completion/
A Dwest-completion.fish8 if test $status = 0
24 if test $t = $a
46 if test $argc -eq 1
97 if test $idx -ge 3
149 if test $zephyr_base != ""
203 if test (count $argv) -eq 2
252 if test $status -eq 0
258 if test $status -eq 0
290 if test $status -ne 0
295 if test ! -f $cache_file
[all …]

Completed in 34 milliseconds

12