/scripts/dts/python-devicetree/tests/ |
A D | test.dts | 16 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 D | twister-quarantine-list.yml | 4 test all platforms 9 test intel_adl_crb 16 test qemu_x86_64
|
/scripts/tests/twister/ |
A D | test_harness.py | 1041 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 D | README.md | 70 ### 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 D | nsi_safe_call.h | 23 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 D | requirements.txt | 2 -r requirements-build-test.txt 3 -r requirements-run-test.txt
|
/scripts/dts/python-devicetree/tests/test-bindings/ |
A D | deprecated.yaml | 3 description: Property deprecated value test 5 compatible: "test-deprecated"
|
A D | props.yaml | 3 description: Device.props test 45 # gets resolved to #gpio-cells rather than #foo-gpio-cells, so test that
|
A D | multidir.yaml | 3 description: Binding in test-bindings/
|
A D | gpio-dst.yaml | 3 description: GPIO destination for mapping test
|
A D | order-1.yaml | 3 description: Include ordering test
|
A D | order-2.yaml | 3 description: Include ordering test
|
A D | gpio-src.yaml | 3 description: GPIO source for mapping test
|
A D | child-binding.yaml | 3 description: child-binding test
|
/scripts/footprint/ |
A D | compare_footprint | 243 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 D | README.txt | 2 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 D | platform_incorrect_schema.yaml | 1 test:
|
A D | testsuite_incorrect_schema.yaml | 1 test:
|
/scripts/dts/python-devicetree/tests/test-bindings-include/ |
A D | README.rst | 1 This directory contains bindings used to test the 'include:' feature.
|
/scripts/dts/python-devicetree/tests/test-bindings-2/ |
A D | multidir.yaml | 3 description: Binding in test-bindings-2/
|
/scripts/dts/python-devicetree/tests/test-wrong-bindings/ |
A D | wrong-phandle-array-name.yaml | 3 description: Device.wrong_phandle_array_name test
|
A D | wrong-specifier-space-type.yaml | 3 description: Device.wrong_specifier_space_type test
|
/scripts/tests/twister_blackbox/ |
A D | test_printouts.py | 331 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 D | test_error.py | 70 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 D | west-completion.fish | 8 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 …]
|