Report self-hosted admin bootstrap path
This commit is contained in:
parent
ab84fd382d
commit
c836abc405
3 changed files with 168 additions and 4 deletions
|
|
@ -107,6 +107,11 @@ expect(
|
|||
"doctor node readiness criteria",
|
||||
/`disasmer doctor` reports missing local dependencies[\s\S]*explicit node readiness summary[\s\S]*missing local dependencies[\s\S]*node next actions/
|
||||
);
|
||||
expect(
|
||||
criteria,
|
||||
"admin bootstrap self-hosted sequence criteria",
|
||||
/admin bootstrap now reports a CLI-only self-hosted sequence[\s\S]*node enrollment\/attach[\s\S]*quota status[\s\S]*node revoke/
|
||||
);
|
||||
expect(
|
||||
criteria,
|
||||
"quota resource-category criteria",
|
||||
|
|
@ -213,6 +218,7 @@ for (const [name, pattern] of [
|
|||
["CLI agent workflow actor coverage", /fn run_with_agent_public_key_sends_attributable_workflow_actor\(\)/],
|
||||
["CLI node revoke coverage", /fn node_revoke_reports_scoped_credential_revocation\(\)/],
|
||||
["CLI admin public API coverage", /fn admin_status_and_suspend_use_public_coordinator_api\(\)/],
|
||||
["CLI admin bootstrap coverage", /fn admin_bootstrap_reports_self_hosted_cli_only_path\(\)/],
|
||||
["CLI debug attach coverage", /fn debug_attach_reports_public_authorization\(\)/],
|
||||
["doctor unchecked reachability coverage", /fn doctor_reports_unchecked_coordinator_reachability_without_config\(\)/],
|
||||
["doctor ping reachability coverage", /fn doctor_pings_configured_coordinator\(\)/],
|
||||
|
|
@ -460,6 +466,11 @@ expect(
|
|||
"CLI artifact export keeps content out of reports",
|
||||
/fn artifact_stream_summary[\s\S]*content_material_returned_in_report[\s\S]*false/
|
||||
);
|
||||
expect(
|
||||
cli,
|
||||
"CLI exposes admin bootstrap self-hosted path",
|
||||
/fn admin_bootstrap_report[\s\S]*self_hosted_cli_only[\s\S]*bootstrap_sequence[\s\S]*create_node_enrollment_grant[\s\S]*attach_worker_node[\s\S]*inspect_status_logs_artifacts[\s\S]*revoke_access/
|
||||
);
|
||||
expect(
|
||||
coordinator,
|
||||
"coordinator exposes conservative artifact stream content",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue