summaryrefslogtreecommitdiff
path: root/test/integration/targets/acme_account/tests/validate.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/acme_account/tests/validate.yml')
-rw-r--r--test/integration/targets/acme_account/tests/validate.yml44
1 files changed, 33 insertions, 11 deletions
diff --git a/test/integration/targets/acme_account/tests/validate.yml b/test/integration/targets/acme_account/tests/validate.yml
index cb0edd8f60..70bba0d695 100644
--- a/test/integration/targets/acme_account/tests/validate.yml
+++ b/test/integration/targets/acme_account/tests/validate.yml
@@ -22,11 +22,38 @@
- account_modified_idempotent is not changed
- account_modified_idempotent.account_uri is not none
-- name: Validate that the account key was changed
- assert:
- that:
- - account_change_key is changed
- - account_change_key.account_uri is not none
+# Note that pebble has no change key endpoint implemented yet!
+# When it has (and the container was updated), uncomment the
+# following validations, and delete the ones below the
+# out-commented ones:
+
+#- name: Validate that the account key was changed
+# assert:
+# that:
+# - account_change_key is changed
+# - account_change_key.account_uri is not none
+#
+#- name: Validate that the account was deactivated
+# assert:
+# that:
+# - account_deactivate is changed
+# - account_deactivate.account_uri is not none
+#
+#- name: Validate that the account was really deactivated (idempotency)
+# assert:
+# that:
+# - account_deactivate_idempotent is not changed
+# - account_deactivate_idempotent.account_uri is not none
+#
+#- name: Validate that the account is gone (new account key)
+# assert:
+# that:
+# - account_not_created_2 is failed
+#
+#- name: Validate that the account is gone (old account key)
+# assert:
+# that:
+# - account_not_created_3 is failed
- name: Validate that the account was deactivated
assert:
@@ -40,12 +67,7 @@
- account_deactivate_idempotent is not changed
- account_deactivate_idempotent.account_uri is not none
-- name: Validate that the account is gone (new account key)
+- name: Validate that the account is gone
assert:
that:
- account_not_created_2 is failed
-
-- name: Validate that the account is gone (old account key)
- assert:
- that:
- - account_not_created_3 is failed