MCPcopy
hub / github.com/operator-framework/operator-lifecycle-manager / Ctx

Function Ctx

test/e2e/ctx/ctx.go:56–58  ·  view source on GitHub ↗

Ctx returns a pointer to the global test context. During parallel test executions, Ginkgo starts one process per test "node", and each node will have its own context, which may or may not point to the same test cluster.

()

Source from the content-addressed store, hash-verified

54// each node will have its own context, which may or may not point to
55// the same test cluster.
56func Ctx() *TestContext {
57 return &ctx
58}
59
60func (ctx TestContext) Logf(f string, v ...interface{}) {
61 util.Logf(f, v...)

Calls

no outgoing calls