From 18fcfe6166d237f9d8ae4f543fc9cababc097768 Mon Sep 17 00:00:00 2001 From: mkadilov Date: Fri, 16 Feb 2024 20:27:20 +0300 Subject: [PATCH] [#145] Refactoring old functions for FrostfsCli FrostfaCli methods moved to FrostfsCliControl Signed-off-by: Mikhail Kadilov m.kadilov@yadro.com --- src/frostfs_testlib/cli/frostfs_cli/shards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frostfs_testlib/cli/frostfs_cli/shards.py b/src/frostfs_testlib/cli/frostfs_cli/shards.py index 3565f86..5001626 100644 --- a/src/frostfs_testlib/cli/frostfs_cli/shards.py +++ b/src/frostfs_testlib/cli/frostfs_cli/shards.py @@ -65,7 +65,7 @@ class FrostfsCliShards(CliCommand): Returns: Command's result. """ - return self._execute( + return self._execute_with_password( "control shards set-mode", wallet_password, **{param: value for param, value in locals().items() if param not in ["self", "wallet_password"]},