forked from TrueCloudLab/frostfs-testcases
Enable configuration of wallets directories
Add new variables to common.py that allow: - Make paths to wallets configurable. - Make devenv services path configurable. Signed-off-by: Vladimir Domnich <v.domnich@yadro.com>
This commit is contained in:
parent
be39480ade
commit
014a1fee95
4 changed files with 31 additions and 22 deletions
|
@ -104,7 +104,7 @@ def get_container(wallet: str, cid: str, flag: str = '--json') -> dict:
|
|||
"""
|
||||
cmd = (
|
||||
f'{NEOFS_CLI_EXEC} --rpc-endpoint {NEOFS_ENDPOINT} --wallet {wallet} '
|
||||
f'--config {WALLET_CONFIG} --cid {cid} container get --json'
|
||||
f'--config {WALLET_CONFIG} --cid {cid} container get {flag}'
|
||||
)
|
||||
output = _cmd_run(cmd)
|
||||
if flag != '--json':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue