mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 14:00:29 +00:00
Add provider MSP status command
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user