Update k8s tests to check cluster creation inside testsuite
[osm/tests.git] / robot-systest / lib / k8scluster_lib.resource
index 0895da7..dc94046 100644 (file)
@@ -35,7 +35,6 @@ Create K8s Cluster
     Log   ${stdout}
     Should Be Equal As Integers   ${rc}   ${SUCCESS_RETURN_CODE}
     Wait Until Keyword Succeeds   ${K8SCLUSTER_LAUNCH_MAX_WAIT_TIME}   ${K8SCLUSTER_LAUNCH_POL_TIME}   Check For K8s Cluster To Be Ready   ${k8scluster_name}
-    Check For K8s Cluster To Be Enabled   ${k8scluster_name}
     RETURN   ${stdout}
 
 Delete K8s Cluster