ol.protocol53.testkit
Provider-agnostic lifecycle checks for protocol53 implementations.
This suite creates, replaces, and deletes DNS records. Run it only against a
dedicated disposable test zone. Generated owners use the reserved
p53test- prefix so interrupted runs can be cleaned safely.
cleanup!
(cleanup! config)
Removes reserved lifecycle records and verifies their absence.
Use this after an interrupted run. The function changes DNS and rejects the
call unless :allow-live-changes? is exactly true.
Options:
| key | description |
|---|---|
|
Provider implementing all four record capabilities (required). |
|
Dedicated absolute zone name ending in |
|
Destructive-operation acknowledgement; must be |
|
Positive |
|
Set of nonessential uppercase or lowercase types (default |
|
Omit the exact-empty TXT fixture when unsupported (default |
run!
(run! config)
Runs the provider lifecycle suite against a dedicated DNS zone.
The suite validates configuration, cleans stale p53test- records, and then
runs list, get, append, set, delete, wildcard-delete, and final cleanup
checks sequentially. It emits clojure.test assertions in the active test.
Options:
| key | description |
|---|---|
|
Provider implementing all four record capabilities (required). |
|
Dedicated absolute zone name ending in |
|
Destructive-operation acknowledgement; must be |
|
Positive |
|
Set of nonessential uppercase or lowercase types (default |
|
Omit the exact-empty TXT fixture when unsupported (default |
|
Ignore TTL differences in lifecycle checks (default |
|
Reject remaining active non- |