forked from TrueCloudLab/frostfs-testcases
[#424] neofs-cli: WIF replaced with wallets
Signed-off-by: Elizaveta Chichindaeva <elizaveta@nspcc.ru>
This commit is contained in:
parent
b3b0e20628
commit
89a4c6daa7
55 changed files with 1299 additions and 1307 deletions
|
@ -66,3 +66,5 @@ NEOFS_NETMAP_DICT = {'s01': {'rpc': 's01.neofs.devenv:8080',
|
|||
NEOFS_NETMAP = [i['rpc'] for i in NEOFS_NETMAP_DICT.values()]
|
||||
NEOGO_EXECUTABLE = os.getenv('NEOGO_EXECUTABLE', 'neo-go')
|
||||
NEOFS_CLI_EXEC = os.getenv('NEOFS_CLI_EXEC', 'neofs-cli')
|
||||
|
||||
WALLET_PASS = f"{os.getcwd()}/wallet_pass.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue