forked from TrueCloudLab/frostfs-testcases
parent
1825aeebbf
commit
437fea8c62
1 changed files with 1 additions and 3 deletions
|
@ -10,8 +10,6 @@ from frostfs_testlib.testing.cluster_test_base import ClusterTestBase
|
||||||
from frostfs_testlib.testing.test_control import expect_not_raises
|
from frostfs_testlib.testing.test_control import expect_not_raises
|
||||||
from frostfs_testlib.utils.file_utils import TestFile
|
from frostfs_testlib.utils.file_utils import TestFile
|
||||||
|
|
||||||
from pytest_tests.helpers.object_access import OBJECT_NO_ACCESS
|
|
||||||
|
|
||||||
from ....helpers.bearer_token import create_bearer_token
|
from ....helpers.bearer_token import create_bearer_token
|
||||||
from ....helpers.container_access import (
|
from ....helpers.container_access import (
|
||||||
ALL_OBJECT_OPERATIONS,
|
ALL_OBJECT_OPERATIONS,
|
||||||
|
@ -21,7 +19,7 @@ from ....helpers.container_access import (
|
||||||
assert_no_access_to_container,
|
assert_no_access_to_container,
|
||||||
)
|
)
|
||||||
from ....helpers.container_spec import ContainerSpec
|
from ....helpers.container_spec import ContainerSpec
|
||||||
from ....helpers.object_access import OBJECT_ACCESS_DENIED
|
from ....helpers.object_access import OBJECT_ACCESS_DENIED, OBJECT_NO_ACCESS
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.nightly
|
@pytest.mark.nightly
|
||||||
|
|
Loading…
Reference in a new issue