Use all nodes for s3 creds

This commit is contained in:
Andrey Berezin 2023-09-19 18:14:32 +03:00 committed by Andrey Berezin
parent fc1f373477
commit 602de43bff
3 changed files with 10 additions and 2 deletions

View file

@ -22,6 +22,7 @@ class ScenarioRunner(ABC):
def prepare(
self,
load_params: LoadParams,
cluster_nodes: list[ClusterNode],
nodes_under_load: list[ClusterNode],
k6_dir: str,
):