Add provider MSP status command

This commit is contained in:
rcourtman
2026-06-02 13:33:27 +01:00
parent c9c415d7a6
commit f128c0b8cd
11 changed files with 544 additions and 23 deletions
@@ -48,6 +48,7 @@ func TestProviderMSPDeployEnvExampleMatchesBootstrapPath(t *testing.T) {
"CP_TRIAL_ACTIVATION_PRIVATE_KEY=",
"docker compose run --rm control-plane provider-msp bootstrap",
"docker compose run --rm control-plane provider-msp preflight",
"docker compose run --rm control-plane provider-msp status",
"docker compose run --rm control-plane provider-msp proof",
"--account-name",
"--owner-email",
@@ -3407,6 +3407,7 @@ class SubsystemLookupTest(unittest.TestCase):
[
"cmd/pulse-control-plane/provider_msp_preflight_test.go",
"cmd/pulse-control-plane/provider_msp_proof_test.go",
"cmd/pulse-control-plane/provider_msp_status_test.go",
"internal/cloudcp/docker/manager_test.go",
"internal/cloudcp/tenant_runtime_rollout_test.go",
"scripts/installtests/provider_msp_deploy_test.go",