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

@@ -97,7 +97,8 @@ func TestRunOnce(t *testing.T) {
kb.hostname,
kb.podManager,
kb.kubeClient,
kb.volumePluginMgr)
kb.volumePluginMgr,
fakeRuntime)
kb.networkPlugin, _ = network.InitNetworkPlugin([]network.NetworkPlugin{}, "", nettest.NewFakeHost(nil), componentconfig.HairpinNone, kb.nonMasqueradeCIDR)
// TODO: Factor out "StatsProvider" from Kubelet so we don't have a cyclic dependency