Volume manager verify containers terminated before deleting

This commit is contained in:
Saad Ali
2016-06-28 06:01:07 -07:00
committed by saadali
parent a59ec45e2a
commit c723d9e5c4
5 changed files with 104 additions and 28 deletions

View File

@@ -299,7 +299,8 @@ func newTestKubeletWithImageList(
kubelet.hostname,
kubelet.podManager,
fakeKubeClient,
kubelet.volumePluginMgr)
kubelet.volumePluginMgr,
fakeRuntime)
if err != nil {
t.Fatalf("failed to initialize volume manager: %v", err)
}