Add viper support to core e2es

rebase
This commit is contained in:
jayunit100
2016-08-24 21:39:50 -04:00
parent 30edeaefc7
commit 97396a34fa
4 changed files with 37 additions and 11 deletions

View File

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