Move errors templates to testlib

Signed-off-by: Aleksei Chetaev <alex.chetaev@gmail.com>
This commit is contained in:
Aleksei Chetaev 2023-02-17 16:12:11 +01:00 committed by Aleksey Chetaev
parent 19809c5641
commit 7a742d57fc
31 changed files with 42 additions and 95 deletions

View file

@ -6,14 +6,14 @@
"""
import logging
from typing import List
import allure
import complex_object_actions
import frostfs_verbs
from cluster import StorageNode
from frostfs_testlib.resources.common import OBJECT_NOT_FOUND
from frostfs_testlib.shell import Shell
from grpc_responses import OBJECT_NOT_FOUND, error_matches_status
from frostfs_testlib.utils.errors import error_matches_status
logger = logging.getLogger("NeoLogger")