Modifications to to remove FakeEtcdClient. Enables starting & stopping

an etcd server per unit tests that need them.
This commit is contained in:
Timothy St. Clair
2015-10-16 08:24:14 -05:00
parent df14277e41
commit c850a9ab61
7 changed files with 170 additions and 161 deletions

View File

@@ -23,10 +23,9 @@ import (
"net/http"
"os/exec"
"k8s.io/kubernetes/pkg/tools"
goetcd "github.com/coreos/go-etcd/etcd"
"github.com/golang/glog"
"k8s.io/kubernetes/pkg/tools"
)
// IsEtcdNotFound returns true if and only if err is an etcd not found error.