mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 03:20:37 +00:00
This includes - marking the suite as Topology - import needed fixtures and options from topology conftest - configuring the zero initial cluster size and anonymous auth - marking all test cases as skipped, as they no longer work after above Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>
8 lines
160 B
YAML
8 lines
160 B
YAML
type: Topology
|
|
pool_size: 4
|
|
cluster:
|
|
initial_size: 0
|
|
extra_scylla_config_options:
|
|
authenticator: AllowAllAuthenticator
|
|
authorizer: AllowAllAuthorizer
|