()
| 144 | } |
| 145 | |
| 146 | func (testCtx TestContext) GetRandomStr() string { |
| 147 | seq, _ := password.Generate(6, 2, 0, true, true) |
| 148 | return seq |
| 149 | } |
| 150 | |
| 151 | func (testCtx TestContext) UsingExistingCluster() bool { |
| 152 | if testCtx.TestEnv == nil || testCtx.TestEnv.UseExistingCluster == nil { |
no outgoing calls