Home
last modified time | relevance | path

Searched refs:schema_data (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/scripts/pylib/twister/
Dscl.py64 c = pykwalify.core.Core(source_data=data, schema_data=schema)
/Zephyr-latest/scripts/pylib/build_helpers/
Ddomains.py65 schema_data=schema).validate()
/Zephyr-latest/scripts/tests/twister/
Dtest_scl.py235 def mock_core(source_data, schema_data, *args, **kwargs): argument
237 assert schema_data == schema_mock
/Zephyr-latest/scripts/
Dlist_hardware.py46 schema_data=soc_schema).validate()
217 pykwalify.core.Core(source_data=archs, schema_data=arch_schema).validate()
Dsnippets.py307 schema_data=SNIPPET_SCHEMA).validate()
Dlist_boards.py233 pykwalify.core.Core(source_data=b, schema_data=board_schema).validate()
Dzephyr_module.py213 pykwalify.core.Core(source_data=meta, schema_data=schema)\
/Zephyr-latest/scripts/west_commands/
Dpatch.py205 pykwalify.core.Core(source_data=yml, schema_data=patches_schema).validate()