// Turn on EmitSpecProgress to get spec progress (especially on interrupt)
config.GinkgoConfig.EmitSpecProgress=true
// Randomize specs as well as suites
config.GinkgoConfig.RandomizeAllSpecs=true
flag.StringVar(&TestContext.KubeHost,"kubernetes-host","http://127.0.0.1:8080","The kubernetes host, or apiserver, to connect to")
flag.StringVar(&TestContext.KubeConfig,"kubernetes-config",os.Getenv(clientcmd.RecommendedConfigPathEnvVar),"Path to config containing embedded authinfo for kubernetes. Default value is from environment variable "+clientcmd.RecommendedConfigPathEnvVar)
flag.StringVar(&TestContext.KubeContext,"kubernetes-context","","config context to use for kuberentes. If unset, will use value from 'current-context'")