readme: added note about dev-env location

Signed-off-by: anastasia prasolova <anastasia@nspcc.ru>
robot-tests-backup
anastasia prasolova 2021-10-18 12:59:06 +03:00 committed by Anastasia Prasolova
parent 42ba6ac462
commit 8ec7fe066b
1 changed files with 6 additions and 0 deletions

View File

@ -34,6 +34,12 @@ make up
make update.max_object_size val=1000
```
It's recommended to run the above procedure before every test run.
Python virtualenv which we run tests in expects that dev-env is located under
the `<testcases_root_dir>/../neofs-dev-env` directory. You can change path to
neofs-dev-env in `venv/localtest/environment.sh` file.
5. Build virtual env
```
make venv.localtest