Commit 6cea2c89 authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Prepare for refactoring registry etcd tests

parent 280b66c9
......@@ -110,7 +110,7 @@ func TestDelete(t *testing.T) {
}
return fakeEtcdClient.Data[key].R.Node.TTL == 30
}
test.TestDeleteNoGraceful(createFn, gracefulSetFn)
test.TestDelete(createFn, gracefulSetFn)
}
func TestEtcdListEndpoints(t *testing.T) {
......
......@@ -133,7 +133,7 @@ func TestDelete(t *testing.T) {
}
return fakeEtcdClient.Data[key].R.Node.TTL == 30
}
test.TestDeleteNoGraceful(createFn, gracefulSetFn)
test.TestDelete(createFn, gracefulSetFn)
}
func TestGet(t *testing.T) {
......
......@@ -127,7 +127,7 @@ func TestDelete(t *testing.T) {
}
return fakeEtcdClient.Data[key].R.Node.TTL == 30
}
test.TestDeleteNoGraceful(createFn, gracefulSetFn)
test.TestDelete(createFn, gracefulSetFn)
}
func TestEtcdListNodes(t *testing.T) {
......
......@@ -113,7 +113,7 @@ func TestDelete(t *testing.T) {
}
return fakeEtcdClient.Data[key].R.Node.TTL == 30
}
test.TestDeleteNoGraceful(createFn, gracefulSetFn)
test.TestDelete(createFn, gracefulSetFn)
}
func TestEtcdListPersistentVolumes(t *testing.T) {
......
......@@ -111,7 +111,7 @@ func TestDelete(t *testing.T) {
}
return fakeEtcdClient.Data[key].R.Node.TTL == 30
}
test.TestDeleteNoGraceful(createFn, gracefulSetFn)
test.TestDelete(createFn, gracefulSetFn)
}
func TestEtcdListPersistentVolumeClaims(t *testing.T) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment