Created
June 23, 2018 16:06
-
-
Save samirbehara-zz/ce7bfe7f8fac2c830e64dae04d22f37d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def test_kubernetes_master_controller_status_is_healthy(k8s_client): | |
ret = k8s_client.read_component_status('controller-manager') | |
assert(ret.conditions[0].type == "Healthy" ) # Verify status of Master Controller | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment