PER Firmware
Loading...
Searching...
No Matches
validator Namespace Reference

Functions

bool validate_against_schema (data, schema, schema_store=None, filename="<unknown>")
 
bool validate_common_types ()
 
bool validate_bus_config (schema_store)
 
bool validate_internal_nodes (schema_store)
 
bool validate_external_nodes (schema_store)
 
bool validate_all ()
 

Detailed Description

validator.py

Author: Irving Wang (irvingw@purdue.edu)

Function Documentation

◆ validate_against_schema()

bool validator.validate_against_schema ( data,
schema,
schema_store = None,
filename = "<unknown>" )
Validate data against schema and return success status.
Prints all validation errors found in the file.