mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 18:10:39 +00:00
Technically, `new_node()`'s `bootstrap` parameter used to mark a node as a seed if it's False. In test.py, seeds parameter passed on start of a node, so, save it as `ScyllaNode.bootstrap` attribute to use in `ScyllNode.start()` method.