Create an integration test for Etcd:

- Integration test specifically spins up an Etcd cluster with three
    nodes.
This commit is contained in:
Advait Shinde 2016-02-25 23:31:35 +00:00
parent 8954aa7118
commit a99010b8c2
4 changed files with 75 additions and 0 deletions

View file

@ -0,0 +1,10 @@
defaultEntryPoints = ["http"]
[entryPoints]
[entryPoints.http]
address = ":8000"
logLevel = "DEBUG"
[etcd]
endpoint = "127.0.0.1:4003,127.0.0.1:4002,127.0.0.1:4001"