Remove various references of dockertools

Also update the bazel files.
This commit is contained in:
Yu-Ju Hong
2017-05-10 17:31:05 -07:00
parent 4b72d229f7
commit fccf34ccb6
10 changed files with 11 additions and 10 deletions

View File

@@ -263,7 +263,7 @@ func dockerContainerGCTest(f *framework.Framework, test testRun) {
runtime = libdocker.ConnectToDockerOrDie(defaultDockerEndpoint, defaultRuntimeRequestTimeoutDuration, defaultImagePullProgressDeadline)
})
for _, pod := range test.testPods {
// Initialize the getContainerNames function to use the dockertools api
// Initialize the getContainerNames function to use the libdocker api
thisPrefix := pod.containerPrefix
pod.getContainerNames = func() ([]string, error) {
relevantContainers := []string{}