[CI] self_test.py improvements
- Requested reviewers: @kiene
Description
The self_test.prm
now contains a few conditions for combined formats where the corresponding input files are not in the testv
directory, so prepare_combined_format_inputs.py
needs to be called manually before calling self_test.py
. To make sure self_test.py
runs out-of-the-box, the preparation script is now called from inside self_test.py
if combined formats are missing. Also a small problem that when a file that has the same name as a bitstream output file for JBM or FEC processing as defined in self_test.prm
is present in the directory the processing chain is not working corretly any more is fixed.