Move network plugin teardown to DockerManager.
This teardown is Docker-specific and will let us also do the setup in the manager in future cleanups.
This commit is contained in:
@@ -156,7 +156,8 @@ func TestRunOnce(t *testing.T) {
|
||||
0,
|
||||
0,
|
||||
"",
|
||||
kubecontainer.FakeOS{})
|
||||
kubecontainer.FakeOS{},
|
||||
kb.networkPlugin)
|
||||
kb.containerManager.Puller = &dockertools.FakeDockerPuller{}
|
||||
|
||||
pods := []*api.Pod{
|
||||
|
Reference in New Issue
Block a user