diff --git a/qa/qa_cluster.py b/qa/qa_cluster.py index adf508ae40fba7a37b7b2e7f9688b32bbb539c7a..e8c36dfc7b986a41a5f6b0658f309aa85099e9e6 100644 --- a/qa/qa_cluster.py +++ b/qa/qa_cluster.py @@ -1205,14 +1205,17 @@ def TestClusterRenewCrypto(): "--new-cluster-certificate", "--new-confd-hmac-key", "--new-rapi-certificate", "--new-cluster-domain-secret", "--new-node-certificates"]) + AssertCommand(["gnt-cluster", "verify"]) # Only renew node certificates AssertCommand(["gnt-cluster", "renew-crypto", "--force", "--new-node-certificates"]) + AssertCommand(["gnt-cluster", "verify"]) # Restore RAPI certificate AssertCommand(["gnt-cluster", "renew-crypto", "--force", "--rapi-certificate=%s" % rapi_cert_backup]) + AssertCommand(["gnt-cluster", "verify"]) finally: AssertCommand(["rm", "-f", rapi_cert_backup])