frostfs-testcases/pytest_tests/resources/common.py
a.berezin 39bfe05f75
Some checks failed
DCO check / Commits Check (pull_request) Has been cancelled
[#315] Use abspath for files
Signed-off-by: a.berezin <a.berezin@yadro.com>
2024-10-28 23:59:38 +03:00

8 lines
284 B
Python

import os
from ... import TESTS_BASE_PATH
TEST_CYCLES_COUNT = int(os.getenv("TEST_CYCLES_COUNT", "1"))
DEVENV_PATH = os.getenv("DEVENV_PATH", os.path.join("..", "frostfs-dev-env"))
S3_POLICY_FILE_LOCATION = os.path.join(TESTS_BASE_PATH, "pytest_tests/resources/files/policy.json")