expose e2e methods for downstream use
This commit is contained in:
@@ -125,6 +125,10 @@ type TestContextType struct {
|
||||
|
||||
var testContext TestContextType
|
||||
|
||||
func SetTestContext(t TestContextType) {
|
||||
testContext = t
|
||||
}
|
||||
|
||||
type ContainerFailures struct {
|
||||
status *api.ContainerStateTerminated
|
||||
restarts int
|
||||
|
Reference in New Issue
Block a user