forked from TrueCloudLab/frostfs-testcases
Use proper name for binary
Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
This commit is contained in:
parent
532d58abc7
commit
bbf9ea7143
4 changed files with 15 additions and 9 deletions
|
@ -33,7 +33,7 @@ WALLET_PASS = os.getenv("WALLET_PASS", "")
|
|||
# Paths to CLI executables on machine that runs tests
|
||||
NEOGO_EXECUTABLE = os.getenv("NEOGO_EXECUTABLE", "neo-go")
|
||||
FROSTFS_CLI_EXEC = os.getenv("FROSTFS_CLI_EXEC", "frostfs-cli")
|
||||
FROSTFS_AUTHMATE_EXEC = os.getenv("FROSTFS_AUTHMATE_EXEC", "frostfs-authmate")
|
||||
FROSTFS_AUTHMATE_EXEC = os.getenv("FROSTFS_AUTHMATE_EXEC", "frostfs-s3-authmate")
|
||||
FROSTFS_ADM_EXEC = os.getenv("FROSTFS_ADM_EXEC", "frostfs-adm")
|
||||
|
||||
# Config for frostfs-adm utility. Optional if tests are running against devenv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue