Skip to content

Commit

Permalink
Update Tests/kaas/plugin/run_plugin.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Büchse <[email protected]>
Signed-off-by: tonifinger <[email protected]>
  • Loading branch information
tonifinger and mbuechse authored Nov 7, 2024
1 parent 5a8f8ca commit 7d6a0cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/kaas/plugin/run_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ def init_plugin(plugin_kind, config=None):

def run_plugin_create(plugin_kind, plugin_config, clusterspec_cluster, clusterspec):
plugin = init_plugin(plugin_kind, plugin_config)
plugin.create_cluster(clusterspec_cluster, clusterspec[clusterspec_cluster]['branch'], os.path.abspath(clusterspec[clusterspec_cluster]['kubeconfig']))
clusterinfo = clusterspec[clusterspec_cluster]
plugin.create_cluster(clusterspec_cluster, clusterinfo['branch'], os.path.abspath(clusterinfo['kubeconfig']))


def run_plugin_delete(plugin_kind, plugin_config, clusterspec_cluster, clusterspec):
Expand Down

0 comments on commit 7d6a0cb

Please sign in to comment.