frostfs-testcases/pytest_tests/resources/common.py
a.berezin 89891b306b
Some checks reported warnings
DCO check / Commits Check (pull_request) Has been cancelled
[#277] Updates related to testing platform
Signed-off-by: a.berezin <a.berezin@yadro.com>
2024-07-26 13:28:19 +00:00

5 lines
151 B
Python

import os
TEST_CYCLES_COUNT = int(os.getenv("TEST_CYCLES_COUNT", "1"))
DEVENV_PATH = os.getenv("DEVENV_PATH", os.path.join("..", "frostfs-dev-env"))