mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 04:56:58 +00:00
Some of the tests, like nodetool.py, use the scylla REST API. Add a check_rest_api function that queries http://<node_addr>:10000/ that is served once scylla starts listening on the API port and call it via run.wait_for_services. Signed-off-by: Benny Halevy <bhalevy@scylladb.com>