mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 21:55:50 +00:00
There's a test case that makes its own snitch driver that generates pre-claculated DC/RACK data for test endpoints. This patch replaces this custom snitch driver with a standalone topology object. Note: to get DC/RACK info from this topo the get_location() is used since the get_rack()/get_datacenter() are still wrappers around global snitch. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>