From bd3a4f0b9b3d3ce4d7808688f8c979c0924c5153 Mon Sep 17 00:00:00 2001 From: Michal Gubricky Date: Tue, 19 Nov 2024 10:29:04 +0100 Subject: [PATCH] Update Tests/kaas/plugin/plugin_cluster_stacks.py Co-authored-by: tonifinger <129007376+tonifinger@users.noreply.github.com> Signed-off-by: Michal Gubricky --- Tests/kaas/plugin/plugin_cluster_stacks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/kaas/plugin/plugin_cluster_stacks.py b/Tests/kaas/plugin/plugin_cluster_stacks.py index 0b31ed6fb..572355050 100644 --- a/Tests/kaas/plugin/plugin_cluster_stacks.py +++ b/Tests/kaas/plugin/plugin_cluster_stacks.py @@ -134,7 +134,7 @@ def __init__(self, config_file=None): logger.debug(f"Working from {self.working_directory}") self.kubeconfig_mgmnt_path = "kubeconfig-mgmnt.yaml" - def create_cluster(self, cluster_name="scs-cluster", version=None, kubeconfig_filepath=None): + def create_cluster(self, cluster_name=None, version=None, kubeconfig_filepath=None): self.cluster_name = cluster_name self.cluster_version = version self.kubeconfig_cs_cluster = kubeconfig_filepath