For data streams that have multiple input options (example) in their manifest.yml, I would like a way to select the stream under test via the test's config.yml.
Perhaps allowing the input type to be specified from the config.yml would address this? Currently the system test runner always enables the first stream in the list.
input: logfile
vars: ~
data_stream:
vars:
paths:
- "{{SERVICE_LOGS_DIR}}/*.log"
For data streams that have multiple input options (example) in their
manifest.yml, I would like a way to select the stream under test via the test'sconfig.yml.Perhaps allowing the input type to be specified from the config.yml would address this? Currently the system test runner always enables the first stream in the list.