Fix issue with frostfs-authmate binnary name

Signed-off-by: Aleksei Chetaev <alex.chetaev@gmail.com>
This commit is contained in:
Aleksei Chetaev 2023-02-27 18:44:48 +01:00 committed by Aleksey Chetaev
parent aa145357f3
commit cb1b0c9bdd

View file

@ -12,7 +12,7 @@ from frostfs_testlib.shell.interfaces import InteractiveInput
from pytest_tests.helpers.k6 import K6, LoadParams, LoadResults from pytest_tests.helpers.k6 import K6, LoadParams, LoadResults
from pytest_tests.resources.common import STORAGE_NODE_SERVICE_NAME_REGEX from pytest_tests.resources.common import STORAGE_NODE_SERVICE_NAME_REGEX
FROSTFS_AUTHMATE_PATH = "frostfs-s3-authmate" FROSTFS_AUTHMATE_PATH = "frostfs-authmate"
STOPPED_HOSTS = [] STOPPED_HOSTS = []