Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(local run): check if manager agent is up
The changes in commit https://github.com/scylladb/scylla-cluster-tests/commit/ aea611d breaks the opportunity to run tests from local developer PC. The setup fails on wait_manager_agent_up function as tries to access nodes via private ip address. Use curl from DB node when check if manager agent is up instead of send request from runner (local machine). Fixes: #7636
- Loading branch information