forked from TrueCloudLab/frostfs-testcases
Update range tests
Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
This commit is contained in:
parent
4f5aedebfe
commit
a2a234f1b2
7 changed files with 166 additions and 68 deletions
|
@ -106,7 +106,7 @@ def prepare_objects(k6_instance: K6):
|
|||
@allure.title("Prepare K6 instances and objects")
|
||||
def prepare_k6_instances(
|
||||
load_nodes: list, login: str, pkey: str, load_params: LoadParams, prepare: bool = True
|
||||
) -> list:
|
||||
) -> list[K6]:
|
||||
k6_load_objects = []
|
||||
for load_node in load_nodes:
|
||||
ssh_client = SSHShell(host=load_node, login=login, private_key_path=pkey)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue