frostfs-testcases/pytest_tests/resources/common.py

6 lines
151 B
Python
Raw Normal View History

import os
2020-04-30 13:14:32 +00:00
TEST_CYCLES_COUNT = int(os.getenv("TEST_CYCLES_COUNT", "1"))
DEVENV_PATH = os.getenv("DEVENV_PATH", os.path.join("..", "frostfs-dev-env"))