forked from TrueCloudLab/frostfs-testlib
[#312] update morph remove_nodes
This commit is contained in:
parent
26139767f4
commit
6f1baf3cf6
1 changed files with 0 additions and 1 deletions
|
@ -341,7 +341,6 @@ class FrostfsAdmMorph(CliCommand):
|
||||||
return self._execute(
|
return self._execute(
|
||||||
f"morph remove-nodes {' '.join(node_netmap_keys)}",
|
f"morph remove-nodes {' '.join(node_netmap_keys)}",
|
||||||
**{param: param_value for param, param_value in locals().items() if param not in ["self", "node_netmap_keys"]},
|
**{param: param_value for param, param_value in locals().items() if param not in ["self", "node_netmap_keys"]},
|
||||||
**{param: param_value for param, param_value in locals().items() if param not in ["self", "node_netmap_keys"]},
|
|
||||||
)
|
)
|
||||||
|
|
||||||
def add_rule(
|
def add_rule(
|
||||||
|
|
Loading…
Reference in a new issue