Reduce the etcd surface area in the integration test to minimize the client dependency.
This commit is contained in:
@@ -41,16 +41,11 @@ import (
|
||||
"k8s.io/kubernetes/pkg/volume"
|
||||
volumetest "k8s.io/kubernetes/pkg/volume/testing"
|
||||
"k8s.io/kubernetes/pkg/watch"
|
||||
"k8s.io/kubernetes/test/integration"
|
||||
"k8s.io/kubernetes/test/integration/framework"
|
||||
|
||||
"github.com/golang/glog"
|
||||
)
|
||||
|
||||
func init() {
|
||||
integration.RequireEtcd()
|
||||
}
|
||||
|
||||
// Several tests in this file are configurable by environment variables:
|
||||
// KUBE_INTEGRATION_PV_OBJECTS - nr. of PVs/PVCs to be created
|
||||
// (100 by default)
|
||||
|
||||
Reference in New Issue
Block a user