Remove duplicate code from test/integration

This commit is contained in:
Wojciech Tyczynski
2015-10-14 12:11:53 +02:00
parent 4f6ac7ec79
commit 66113539cb
3 changed files with 3 additions and 41 deletions

View File

@@ -31,6 +31,7 @@ import (
"k8s.io/kubernetes/pkg/labels"
"k8s.io/kubernetes/pkg/volume"
"k8s.io/kubernetes/pkg/watch"
"k8s.io/kubernetes/test/integration/framework"
)
func init() {
@@ -38,7 +39,7 @@ func init() {
}
func TestPersistentVolumeRecycler(t *testing.T) {
_, s := runAMaster(t)
_, s := framework.RunAMaster(t)
defer s.Close()
deleteAllEtcdKeys()