Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 48) sorted by relevance

12

/scripts/dts/python-devicetree/tests/test-bindings-init/
A Dfilter_among_notblocked.yaml3 # This binding file blocks all properties not blocked
4 # in simple_filter.yaml: we should end up with no property at all.
A Dfilter_among_allowed.yaml4 # in simple_allowlist.yaml: we should end up with no property at all.
/scripts/tests/twister/
A DREADME.md5 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 Dtest_environment.py415 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 Dtest_hardwaremap.py209 assert all(
210 [all(
339 assert all([getattr(dut, k) == v for k, v in expected[dut.id].items()])
A Dtest_testsuite.py666 assert all(
676 assert all(
680 assert all(
A Dtest_testplan.py54 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 Dtest_domains.py62 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 Dfind_functions.cocci4 // 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 Dquarantine-schema.yaml11 matching: all
15 matching: all
/scripts/tests/twister/test_data/quarantines/
A Dplatform.yaml3 comment: "all on board_3"
A Dwith_regexp.yaml9 comment: "all test_d"
/scripts/tests/twister_blackbox/test_data/
A Dtwister-quarantine-list.yml4 test all platforms
/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/
A Dutils.py37 assert all(sl not in line for line in output_lines)
/scripts/ci/
A Dpylintrc10 # 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 Dtwister_ignore.txt4 # changed in a patch series (Pull Request) and if all files in the pull request
/scripts/tests/twister_blackbox/
A Dtest_output.py78 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 Dtest_printouts.py297 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 Dtest_addon.py159 assert all([testname in err for testname in expected_test_names])
294 assert all([log in caplog.text for log in expected_logs])
A Dtest_outfile.py108 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 Dwest-completion.zsh59 # 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 DMakefile152 all: link_with_esw target
163 .PHONY: clean clean_coverage clean_all link_with_esw runner_lib no_default all ${DEPENDFILES}
/scripts/schemas/
A Dsoc-schema.yml124 A list of flash runners that this applies to, can use `all` to apply
125 to all runners.
A Dboard-schema.yml139 A list of flash runners that this applies to, can use `all` to apply
140 to all runners.
/scripts/release/
A Dbug_bash.py171 if args.all:

Completed in 40 milliseconds

12