forked from TrueCloudLab/frostfs-testlib
Proper usage for shards_watcher
Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
This commit is contained in:
parent
987e7f2a30
commit
e3c0f76896
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ class ShardsWatcher:
|
|||
endpoint=self.storage_node.get_control_endpoint(),
|
||||
wallet=self.storage_node.get_remote_wallet_path(),
|
||||
wallet_password=self.storage_node.get_wallet_password(),
|
||||
json_mode=True,
|
||||
)
|
||||
|
||||
return json.loads(response.stdout.split(">", 1)[1])
|
||||
|
|
Loading…
Reference in a new issue