Home
last modified time | relevance | path

Searched refs:yaml_load_verify (Results 1 – 7 of 7) sorted by relevance

/scripts/pylib/twister/
A Dscl.py72 def yaml_load_verify(filename, schema): function
/scripts/tests/twister/
A Dtest_twister.py51 scl.yaml_load_verify(filename, schema)
A Dtest_scl.py208 res = scl.yaml_load_verify(filename, schema_mock)
256 scl.yaml_load_verify(quarantine_file, None)
/scripts/pylib/twister/twisterlib/
A Dplatform.py218 data = scl.yaml_load_verify(file, Platform.platform_schema)
290 data = scl.yaml_load_verify(file, Platform.platform_schema)
A Dconfig_parser.py105 data = scl.yaml_load_verify(self.filename, self.schema)
A Dhardwaremap.py265 duts = scl.yaml_load_verify(map_file, hwm_schema)
A Dtestplan.py101 self.test_config = scl.yaml_load_verify(config_file, tc_schema)
243 scl.yaml_load_verify(quarantine_file, self.quarantine_schema)

Completed in 16 milliseconds