File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ install:
3838 - sudo prosodyctl register user2 localhost foobar
3939 - sudo prosodyctl restart
4040 - curl -qL http://apache.mediamirrors.org/karaf/4.2.1/apache-karaf-4.2.1.tar.gz | tar xz -C /tmp
41+ - curl -qL https://github.com/etcd-io/etcd/releases/download/v3.3.10/etcd-v3.3.10-linux-amd64.tar.gz | tar xz -C /tmp && /tmp/etcd-v3.3.10-linux-amd64/etcd &
4142 - pip install nose coverage coverage_enable_subprocess coveralls
4243 - pip install https://github.com/tcalmant/jsonrpclib/archive/master.zip
4344 - pip install -r requirements.txt
Original file line number Diff line number Diff line change 5454 EndpointEvent ,
5555)
5656
57- TEST_ETCD_HOSTNAME = "disco.ecf-project.org "
57+ TEST_ETCD_HOSTNAME = "localhost "
5858TEST_ETCD_TOPPATH = "/etcddiscovery.tests"
5959
6060ENDPOINT_LISTENER_SCOPE = "({0}=*)" .format (ECF_ENDPOINT_CONTAINERID_NAMESPACE )
You can’t perform that action at this time.
0 commit comments