forked from TrueCloudLab/frostfs-testcases
[#315] Use relpath for files
Signed-off-by: a.berezin <a.berezin@yadro.com>
This commit is contained in:
parent
75508cc70c
commit
b7669fc96f
27 changed files with 43 additions and 48 deletions
|
@ -1,5 +1,8 @@
|
|||
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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue