Hi,
I noticed that some parsers include folder-based tests for the yang() method, for example:
src/genie/libs/parser/iosxe/tests/ShowSystemIntegrityAllMeasurementNonce/yang
However, when running:
python folder_parsing_job.py -o iosxe -c ShowSystemIntegrityAllMeasurementNonce
only the tests for the cli() method appear to be executed.
Are the yang() and xml() folder-based tests currently supported by the folder_parsing_job.py script, or does it only handle cli() test cases?
If support exists, could you clarify whether additional arguments or configuration are required to enable these tests?
Thanks.
Hi,
I noticed that some parsers include folder-based tests for the
yang()method, for example:However, when running:
only the tests for the
cli()method appear to be executed.Are the
yang()andxml()folder-based tests currently supported by thefolder_parsing_job.pyscript, or does it only handlecli()test cases?If support exists, could you clarify whether additional arguments or configuration are required to enable these tests?
Thanks.