You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(integration): live "DCV on" verification mirroring the DCV-off test
Adds EnrollWithDcvOn_OrderIssuedEndToEnd_AndAppearsInSync — the symmetric
counterpart to EnrollWithDcvOff_OrderAppearsInSync_PluginDidNotInvokeDcv.
Drives a fresh enrollment with DCV ON end-to-end through the plugin
against the live sandbox.
Flow:
1. Build the plugin with DcvEnabled=true and the real Cloudflare factory.
2. Enroll a fresh randomized scrup.org subdomain.
3. Run plugin.Synchronize, find the order, assert its status is GENERATED
or EXTERNALVALIDATION (never FAILED).
4. If GENERATED, assert the cert PEM is non-empty.
Verified live: enroll completed in ~9s, sync took ~2:35 (driving the
sync-DCV-retry across all pending orders in the account), the new order
surfaced at Status=90 in sync, and a follow-up plugin.GetSingleRecord
call against the same CARequestID returned Status=40 GENERATED with a
populated cert PEM. End-to-end DCV path works.
0 commit comments