Home
last modified time | relevance | path

Searched refs:validate (Results 1 – 16 of 16) sorted by relevance

/scripts/gitlint/
A Dzephyr_commit_rules.py30 def validate(self, commit): member in BodyMinLineCount
48 def validate(self, commit): member in BodyMaxLineCount
66 def validate(self, commit): member in SignedOffBy
84 def validate(self, line, _commit): member in TitleMaxLengthRevert
95 def validate(self, title, _commit): member in TitleStartsWithSubsystem
109 def validate(self, line, _commit): member in MaxLineLengthExceptions
127 def validate(self, line, _commit): member in BodyContainsBlockedTags
/scripts/tests/twister/
A Dtest_scl.py187 def test_yaml_load_verify(validate, fail_load, expected_error): argument
201 if validate:
210 if validate:
225 def test_yaml_validate(schema_exists, validate, expected_error): argument
231 if validate:
238 return mock.Mock(validate=mock_validate)
/scripts/schemas/twister/
A Dquarantine-schema.yaml2 # Schema to validate a YAML file providing the list of configurations
7 # a YAML structure validator, to validate the YAML files that provide
A Dplatform-schema.yaml2 # Schema to validate a YAML file describing a Zephyr test platform
6 # a YAML structure validator, to validate the YAML files that describe
A Dtest-config-schema.yaml2 # Schema to validate a YAML file describing a Zephyr test configuration.
A Dtestsuite-schema.yaml2 # Schema to validate a YAML file describing a Zephyr test platform
6 # a YAML structure validator, to validate the YAML files that describe
/scripts/pylib/twister/
A Dscl.py65 c.validate(raise_exception=True)
/scripts/pylib/build_helpers/
A Ddomains.py65 schema_data=schema).validate()
/scripts/
A Dlist_shields.py84 pykwalify.core.Core(source_data=shield_data, schema_data=shield_schema).validate()
A Dlist_hardware.py50 SOC_VALIDATOR.validate()
222 ARCH_VALIDATOR.validate()
A Dsnippets.py307 schema_data=SNIPPET_SCHEMA).validate()
A Dlist_boards.py236 BOARD_VALIDATOR.validate()
A Dzephyr_module.py227 .validate()
/scripts/west_commands/
A Dpatch.py312 return pykwalify.core.Core(source_data={}, schema_data=patches_schema).validate()
317 return pykwalify.core.Core(source_data=yml, schema_data=patches_schema).validate()
/scripts/west_commands/completion/
A Dwest-completion.zsh173 '--validate[silently validate manifest]'
A Dwest-completion.fish376 complete -c west -n "__zephyr_west_seen_subcommand_from manifest" -l validate -d "silently validate

Completed in 62 milliseconds