MCPcopy Create free account
hub / github.com/cloudbase/garm / DeleteOrgPool

Method DeleteOrgPool

test/integration/organizations_test.go:153–158  ·  view source on GitHub ↗
(orgID, orgPoolID string)

Source from the content-addressed store, hash-verified

151}
152
153func (suite *GarmSuite) DeleteOrgPool(orgID, orgPoolID string) {
154 t := suite.T()
155 t.Logf("Delete org pool with org_id %s and pool_id %s", orgID, orgPoolID)
156 err := deleteOrgPool(suite.cli, suite.authToken, orgID, orgPoolID)
157 suite.NoError(err, "error deleting organization pool")
158}
159
160func (suite *GarmSuite) UpdateOrgPool(orgID, orgPoolID string, maxRunners, minIdleRunners uint) *params.Pool {
161 t := suite.T()

Callers 1

TestOrganizationsMethod · 0.95

Calls 1

deleteOrgPoolFunction · 0.70

Tested by

no test coverage detected