Beispiel #1
0
func TestExtended(t *testing.T) {
	exutil.ExecuteTest(t, "Extended")
}
Beispiel #2
0
func TestExtended(t *testing.T) {
	// Avoid using 'networking' in the suite name since that would
	// make it difficult to avoid running non-network kube e2e tests
	// via -ginkgo.focus="etworking".
	exutil.ExecuteTest(t, "Extended Network")
}
Beispiel #3
0
func TestExtended(t *testing.T) {
	exutil.ExecuteTest(t, *reportDir)
}