Merge pull request #74829 from pohly/e2e-ginkgo

test/e2e: fix `ginkgo ./test/e2e`
This commit is contained in:
Kubernetes Prow Robot
2019-03-05 08:16:17 -08:00
committed by GitHub

View File

@@ -22,6 +22,12 @@ import (
"os"
"testing"
// Never, ever remove the line with "/ginkgo". Without it,
// the ginkgo test runner will not detect that this
// directory contains a Ginkgo test suite.
// See https://github.com/kubernetes/kubernetes/issues/74827
// "github.com/onsi/ginkgo"
"k8s.io/kubernetes/test/e2e/framework"
"k8s.io/kubernetes/test/e2e/framework/testfiles"
"k8s.io/kubernetes/test/e2e/framework/viperconfig"