mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 11:00:35 +00:00
In test_tracing.py and util.py, we already have three duplicates of code which looks for the Scylla REST API. We'll soon want to add even more uses of this REST API, so it's good time to add a single fixture, "rest_api", which can be use in all tests that need the Scylla REST API instead of duplicating the same code. A test using the "rest_api" fixture will be skipped if the server isn't Scylla, or its port 10000 is not available or not responsive. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20220331195337.64352-1-nyh@scylladb.com>
22 KiB
22 KiB