예제 #1
0
 def check_status():
     res = infra_utils.get_assisted_controller_status(env_variables['kubeconfig_path'])
     return "Running" in str(res, 'utf-8')
예제 #2
0
 def check_status():
     res = infra_utils.get_assisted_controller_status(
         cluster.kubeconfig_path)
     return "Running" in str(res, 'utf-8')