mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
This fix is a follow-up of 26154. I did a grep on `integration-cli` and found out that there are several tests in `docker_cli_daemon_test.go` that still use `NewDaemon` instread of `DockerDaemonSuite`. This fix changes related tests from DockerSuite to DockerDaemonSuite in `docker_cli_daemon_test.go`. With this fix, now `NewDaemon` is only called from `SetUpTest` on various DockerXXXSuite. That should help maintain the test code base. This fix is related to the comments in: 26115 24533. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Upstream-commit: 5c0fd2d06e82ed56cec33702a68fbc77ac14cb6b Component: engine