forked from TrueCloudLab/frostfs-testcases
Fix issue with frostfs-authmate binnary name
Signed-off-by: Aleksei Chetaev <alex.chetaev@gmail.com>
This commit is contained in:
parent
aa145357f3
commit
cb1b0c9bdd
1 changed files with 1 additions and 1 deletions
|
@ -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 = []
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue