mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 01:20:39 +00:00
- Separate `aiohttp` client code - Helper to access Scylla server REST API - Use helper both in `ScyllaClusterManager` (test.py process) and `ManagerClient` (pytest process) - Add `removenode` and `decommission` operations. Closes #11653 * github.com:scylladb/scylladb: test.py: Scylla REST methods for topology tests test.py: rename server_id to server_ip test.py: HTTP client helper test.py: topology pass ManagerClient instead of... test.py: delete unimplemented remove server test.py: fix variable name ssl name clash