This commit adds the auth_cluster test suite to test a custom scenario involving password authentication: - create a cluster of 2 nodes with password authentication - down one node - the other node should refuse login stating that it couldn't reach QUORUM References ScyllaDB OSS #2339
13 lines
324 B
INI
13 lines
324 B
INI
[pytest]
|
|
addopts = --auth_username=cassandra --auth_password=cassandra
|
|
|
|
asyncio_mode = auto
|
|
|
|
log_cli = true
|
|
log_format = %(asctime)s.%(msecs)03d %(levelname)s> %(message)s
|
|
log_date_format = %H:%M:%S
|
|
|
|
markers =
|
|
slow: tests that take more than 30 seconds to run
|
|
replication_factor: replication factor for RandomTables
|