Propagate testing platform updates to 0.40 #318

Merged
abereziny merged 3 commits from abereziny/frostfs-testcases:feature-marks-for-platform into support/v0.40 2024-11-20 15:44:02 +00:00
3 changed files with 5 additions and 5 deletions
Showing only changes of commit 1825aeebbf - Show all commits
__init__.py
pytest_tests

View file

@ -1,3 +0,0 @@
import os
TESTS_BASE_PATH = os.path.dirname(os.path.relpath(__file__))

View file

@ -0,0 +1,3 @@
import os
TESTS_BASE_PATH = os.path.dirname(os.path.relpath(__file__))

View file

@ -1,8 +1,8 @@
import os
from ... import TESTS_BASE_PATH
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")
S3_POLICY_FILE_LOCATION = os.path.join(TESTS_BASE_PATH, "resources/files/policy.json")