Files
scylladb/test/ldap/test_config.yaml
Evgeniy Naydanov cb4d9b8a09 test.py: refactor: use proper format for extra_scylla_cmdline_options
`extra_scylla_cmdline_options` is a list of commandline arguments
and, actually, each argument should be a separate item.  Few configuration
files have `--reactor-backend` option added in the format which doesn't
follow this rule.
2025-08-17 12:32:35 +00:00

5 lines
134 B
YAML

# Custom command line arguments for some of the tests
custom_args: {}
extra_scylla_cmdline_options:
- '--reactor-backend=linux-aio'