Searched refs:all (Results 1 – 25 of 48) sorted by relevance
12
/scripts/dts/python-devicetree/tests/test-bindings-init/ |
A D | filter_among_notblocked.yaml | 3 # This binding file blocks all properties not blocked 4 # in simple_filter.yaml: we should end up with no property at all.
|
A D | filter_among_allowed.yaml | 4 # in simple_allowlist.yaml: we should end up with no property at all.
|
/scripts/tests/twister/ |
A D | README.md | 5 Twister Testsuite are located in $ZEPHYR_BASE/scripts/tests directory with all the data files in $Z… 9 Install all the dependencies using 25 The coverage for all the tests can be run using the command below. This will collect all the tests …
|
A D | test_environment.py | 415 if all([keyword in command for keyword in ['git', 'describe']]): 420 if all([keyword in command for keyword in ['git', 'show']]): 449 assert all([expected_log in caplog.text for expected_log in expected_logs])
|
A D | test_hardwaremap.py | 209 assert all( 210 [all( 339 assert all([getattr(dut, k) == v for k, v in expected[dut.id].items()])
|
A D | test_testsuite.py | 666 assert all( 676 assert all( 680 assert all(
|
A D | test_testplan.py | 54 assert all(isinstance(n, TestSuite) for n in class_testplan.testsuites.values()) 273 assert all(isinstance(n, TestInstance) for n in list(plan.instances.values())) 329 class_testplan.options.all = True 532 assert all([printout in out for printout in expected_outs]) 594 assert all([log in caplog.text for log in expected_logs]) 984 assert all([log in caplog.text for log in expected_logs]) 1606 assert all([log in caplog.text for log in expected_logs])
|
/scripts/tests/build_helpers/ |
A D | test_domains.py | 62 assert all([log in caplog.text for log in expected_logs]) 137 assert all([d in expected_flash_order for d in doms._flash_order]) 138 assert all([d in doms._flash_order for d in expected_flash_order]) 249 assert all([log in caplog.text for log in expected_logs])
|
/scripts/coccinelle/ |
A D | find_functions.cocci | 4 // In patch mode, patch all device instance to const (if not already). 7 // Generate a q&d python database (a dict actually) of all the 9 // separate dicts: one storing all function having 1+ void* parameter 10 // and one for all the other functions. It will store the positions
|
/scripts/schemas/twister/ |
A D | quarantine-schema.yaml | 11 matching: all 15 matching: all
|
/scripts/tests/twister/test_data/quarantines/ |
A D | platform.yaml | 3 comment: "all on board_3"
|
A D | with_regexp.yaml | 9 comment: "all test_d"
|
/scripts/tests/twister_blackbox/test_data/ |
A D | twister-quarantine-list.yml | 4 test all platforms
|
/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ |
A D | utils.py | 37 assert all(sl not in line for line in output_lines)
|
/scripts/ci/ |
A D | pylintrc | 10 # This command will check all scripts: 51 # logger.warning("foo {} bar".format(3)), but it's not a clear win in all 59 disable=all 117 undefined-all-variable, 118 invalid-all-object,
|
A D | twister_ignore.txt | 4 # changed in a patch series (Pull Request) and if all files in the pull request
|
/scripts/tests/twister_blackbox/ |
A D | test_output.py | 78 assert all([testsuite.startswith(expected_start) for _, testsuite, _ in filtered_j]) 80 assert all([(tc_name.count('.') > 1) for _, _, tc_name in filtered_j]) 82 assert all([(tc_name.count('.') == 1) for _, _, tc_name in filtered_j])
|
A D | test_printouts.py | 297 assert all([tag in printed_tags for tag in expected]) 298 assert all([tag in expected for tag in printed_tags]) 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_addon.py | 159 assert all([testname in err for testname in expected_test_names]) 294 assert all([log in caplog.text for log in expected_logs])
|
A D | test_outfile.py | 108 assert all([content in expected_zephyr_contents for content in zephyr_listdir]), \ 110 assert all([content in expected_contents for content in listdir]), \
|
/scripts/west_commands/completion/ |
A D | west-completion.zsh | 59 # Global options for all commands 160 {-a,--all}'[include inactive projects]' 183 {-a,--all}'[include inactive projects]' 192 {-a,--all}'[include inactive projects]' 202 {-a,--all}'[include inactive projects]' 211 {-l,--list}'[list all options and values]' 213 {-D,--delete-all}"[delete an option everywhere it\'s set]"
|
/scripts/native_simulator/ |
A D | Makefile | 152 all: link_with_esw target 163 .PHONY: clean clean_coverage clean_all link_with_esw runner_lib no_default all ${DEPENDFILES}
|
/scripts/schemas/ |
A D | soc-schema.yml | 124 A list of flash runners that this applies to, can use `all` to apply 125 to all runners.
|
A D | board-schema.yml | 139 A list of flash runners that this applies to, can use `all` to apply 140 to all runners.
|
/scripts/release/ |
A D | bug_bash.py | 171 if args.all:
|
Completed in 40 milliseconds
12