Merge pull request #74829 from pohly/e2e-ginkgo

test/e2e: fix `ginkgo ./test/e2e`
pull/564/head
Kubernetes Prow Robot 2019-03-05 08:16:17 -08:00 committed by GitHub
commit 1d257d657c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

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"