func TestExtended(t *testing.T) { exutil.ExecuteTest(t, "Extended") }
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") }
func TestExtended(t *testing.T) { exutil.ExecuteTest(t, *reportDir) }