Data streams can have multiple input options such as logfile, syslog over UDP, and syslog over TCP. In order to have test coverage over all of the supported input configurations we need a way to execute more than one system test per data stream.
Current a single test is declared in data_stream/<name>/_dev/test/system/config.yml. If we can expand this to allow more than one test definition then we'll be able to expand test coverage.
Data streams can have multiple input options such as logfile, syslog over UDP, and syslog over TCP. In order to have test coverage over all of the supported input configurations we need a way to execute more than one system test per data stream.
Current a single test is declared in
data_stream/<name>/_dev/test/system/config.yml. If we can expand this to allow more than one test definition then we'll be able to expand test coverage.