Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/registry/tools/
H A Dvalidate_registry.py14 def check_duplicate_names(registry_json): argument
24 for entry in registry_json["PELs"]:
31 def check_duplicate_reason_codes(registry_json): argument
40 for entry in registry_json["PELs"]:
51 def check_component_id(registry_json): argument
60 for entry in registry_json["PELs"]:
81 def check_message_args(registry_json): argument
90 for entry in registry_json["PELs"]:
123 registry_json = json.load(registry_handle)
132 jsonschema.validate(registry_json, schema_json)
[all …]