A script for converting the different ATF flavors to eBL ATF
This script converts .atf files which are encoded according to the oracc and c-ATF standards to the eBL-ATF standard.
- For a description of eBL-ATF see: eBL-ATF specification
- For a list of differences between the ATF flavors see: eBL ATF and other ATF flavors
Set up environmental variables like described in ebl-Api
$ python convert_atf.py [-h] -i INPUT [-o OUTPUT] [-t] [-v]
-
-h
shows help message and exits the script-i
path to the input directory (required
)-g
path to the glossary file (required
)-o
path to the output directory-v
display status messages
- run pytest from command line:
$ pytest convert_atf.py