Refactor common pod patterns to e2e framework.

This commit is contained in:
Tim St. Clair
2016-06-28 17:20:08 -07:00
parent a0c4912648
commit 376b5f247a
12 changed files with 166 additions and 119 deletions

View File

@@ -23,7 +23,8 @@ import (
)
func init() {
framework.RegisterFlags()
framework.RegisterCommonFlags()
framework.RegisterClusterFlags()
}
func TestE2E(t *testing.T) {