Write Dtc Report
Writes the DTC data into the DTC report and return the dtc report as a dict.
Arguments Description
template_dtc_path (str): the in which the DTC report template exist
report_path (str): The path where the DTC report will be saved
with_details (bool, optional): Defaults to False.
template_name (str): The name will take the DTC report
- target_list (list[str], optional)The list of targets , if none dtc report will be generated for
all targets in json config
Returns
dict: dtc report
Example
${dtc_report}= Write Dtc Report ${dtc_template_path} ${report_path} ${with_details}