expose e2e methods for downstream use

This commit is contained in:
deads2k
2015-08-12 15:38:51 -04:00
parent 5c08d276a0
commit 2952af0d59
3 changed files with 6 additions and 2 deletions

View File

@@ -125,6 +125,10 @@ type TestContextType struct {
var testContext TestContextType
func SetTestContext(t TestContextType) {
testContext = t
}
type ContainerFailures struct {
status *api.ContainerStateTerminated
restarts int