Tempest Resources Parser

This tool creating machine readable YAML file with all resources used in Tempest tests

How to use

Update your env variabled or add report and result file to artifacts dir

export REPORT_NAME='' \
export TEMPORARY_FILE_NAME='' \
export RESULT_FILE_NAME='' \
export TEMPEST_REPORT_XML=''

Run report parser script:

python3 report_parser.py

or to process requests from Setup/Tear Down Classes if the argument:

python3 report_parser.py class