Skip to content

Commit a46b1e2

Browse files
patapenka-alexeyoleg-jukovec
authored andcommitted
doc: add etcd to test dependencies
The tests require etcd version 3+ to be installed to work.
1 parent 2319f9e commit a46b1e2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ To run tests:
178178
- [docker](https://docs.docker.com/engine/install/)
179179
- [NodeJS](https://nodejs.org/en/download)
180180
- [CMake](https://cmake.org/install/)
181+
- [etcd 3+](https://etcd.io/docs/v3.5/install/)
181182

182183
#### Build
183184

@@ -223,6 +224,12 @@ TT_CLI_BUILD_SSL=shared mage build
223224

224225
#### Run tests
225226

227+
Disable `etcd` service:
228+
``` console
229+
systemctl stop etcd
230+
systemctl disable etcd
231+
```
232+
226233
Create a virtual environment and install tests requirements:
227234

228235
``` console

0 commit comments

Comments
 (0)