forked from TrueCloudLab/frostfs-testcases
parent
0ac5edfdfb
commit
d11abec967
3 changed files with 6 additions and 4 deletions
0
pytest_tests/testsuites/session_token/__init__.py
Normal file
0
pytest_tests/testsuites/session_token/__init__.py
Normal file
|
@ -11,8 +11,9 @@ from frostfs_testlib.storage.dataclasses.object_size import ObjectSize
|
|||
from frostfs_testlib.storage.dataclasses.wallet import WalletInfo
|
||||
from frostfs_testlib.testing.cluster_test_base import ClusterTestBase
|
||||
from frostfs_testlib.utils.file_utils import generate_file
|
||||
from workspace.frostfs_testcases.pytest_tests.helpers.container_creation import create_container_with_ape
|
||||
from workspace.frostfs_testcases.pytest_tests.helpers.container_request import APE_OWNER_ALLOW_ALL, ContainerRequest
|
||||
|
||||
from ...helpers.container_creation import create_container_with_ape
|
||||
from ...helpers.container_request import APE_OWNER_ALLOW_ALL, ContainerRequest
|
||||
|
||||
|
||||
@pytest.mark.nightly
|
||||
|
|
|
@ -37,8 +37,9 @@ from frostfs_testlib.storage.dataclasses.wallet import WalletInfo
|
|||
from frostfs_testlib.testing.cluster_test_base import ClusterTestBase
|
||||
from frostfs_testlib.testing.test_control import expect_not_raises
|
||||
from frostfs_testlib.utils.file_utils import generate_file
|
||||
from workspace.frostfs_testcases.pytest_tests.helpers.container_creation import create_containers_with_ape
|
||||
from workspace.frostfs_testcases.pytest_tests.helpers.container_request import OWNER_ALLOW_ALL, MultipleContainersRequest
|
||||
|
||||
from ...helpers.container_creation import create_containers_with_ape
|
||||
from ...helpers.container_request import OWNER_ALLOW_ALL, MultipleContainersRequest
|
||||
|
||||
logger = logging.getLogger("NeoLogger")
|
||||
|
||||
|
|
Loading…
Reference in a new issue