Currently the etcd backend tests are failing, due to hardcoded endpoints = "https://127.0.0.1:2379"
This is somewhat different than the other backends. Ideally, we can start an etcd server (or mock server) locally, on a random port, and dynamically use this in the unit tests