Fix issue with frostfs-authmate binnary name

Signed-off-by: Aleksei Chetaev <alex.chetaev@gmail.com>
support/v0.36
Aleksei Chetaev 2023-02-27 18:44:48 +01:00 committed by Aleksey Chetaev
parent aa145357f3
commit cb1b0c9bdd
1 changed files with 1 additions and 1 deletions

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.resources.common import STORAGE_NODE_SERVICE_NAME_REGEX
FROSTFS_AUTHMATE_PATH = "frostfs-s3-authmate"
FROSTFS_AUTHMATE_PATH = "frostfs-authmate"
STOPPED_HOSTS = []