Skip to content

Commit

Permalink
doc: add etcd to test dependencies
Browse files Browse the repository at this point in the history
The tests require etcd version 3+ to be installed to work.
  • Loading branch information
patapenka-alexey authored and oleg-jukovec committed Sep 21, 2024
1 parent 2319f9e commit a46b1e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ To run tests:
- [docker](https://docs.docker.com/engine/install/)
- [NodeJS](https://nodejs.org/en/download)
- [CMake](https://cmake.org/install/)
- [etcd 3+](https://etcd.io/docs/v3.5/install/)

#### Build

Expand Down Expand Up @@ -223,6 +224,12 @@ TT_CLI_BUILD_SSL=shared mage build

#### Run tests

Disable `etcd` service:
``` console
systemctl stop etcd
systemctl disable etcd
```

Create a virtual environment and install tests requirements:

``` console
Expand Down

0 comments on commit a46b1e2

Please sign in to comment.