forked from TrueCloudLab/frostfs-testcases
Fix logger output variable
Signed-off-by: anikeev-yadro <a.anikeev@yadro.com>
This commit is contained in:
parent
b8ab64e2c6
commit
55c61ca73f
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ def list_containers(wallet: str, shell: Shell) -> list[str]:
|
||||||
"""
|
"""
|
||||||
cli = NeofsCli(shell, NEOFS_CLI_EXEC, WALLET_CONFIG)
|
cli = NeofsCli(shell, NEOFS_CLI_EXEC, WALLET_CONFIG)
|
||||||
result = cli.container.list(rpc_endpoint=NEOFS_ENDPOINT, wallet=wallet)
|
result = cli.container.list(rpc_endpoint=NEOFS_ENDPOINT, wallet=wallet)
|
||||||
logger.info(f"Containers: \n{output}")
|
logger.info(f"Containers: \n{result}")
|
||||||
return result.stdout.split()
|
return result.stdout.split()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue