(nodeName string, pattern string)
| 194 | h.waitFor(nodeName, SourceStdout, pattern, false) |
| 195 | } |
| 196 | func (h *Harness) WaitForMatch(nodeName string, pattern string) { |
| 197 | h.waitFor(nodeName, SourceStdout, pattern, true) |
| 198 | } |
| 199 | func (h *Harness) WaitForStatus(t *testing.T, nodeName string, check func(*protocol.StatusResponse) bool) { |
| 200 | t.Helper() |
| 201 | start := time.Now() |