There is plenty of pipelines that has a very large amount of logfiles that they want to test with, one example is cisco and panw.
The current situation is that for pipeline tests it seems that it will only allow for configurations based on a specific config name pattern:
LOGFILENAME-config.yml.
Which means that we end up with the same config copied 5-10 times.
It would be great when during pipeline tests, that if it cannot find a config file for the specific logfile, it would default to trying to find something like test-default-config.yml, that way we could remove most of the testing config files we have.
There is plenty of pipelines that has a very large amount of logfiles that they want to test with, one example is cisco and panw.
The current situation is that for pipeline tests it seems that it will only allow for configurations based on a specific config name pattern:
LOGFILENAME-config.yml.Which means that we end up with the same config copied 5-10 times.
It would be great when during pipeline tests, that if it cannot find a config file for the specific logfile, it would default to trying to find something like
test-default-config.yml, that way we could remove most of the testing config files we have.