ab000f181dacae2a20d67429bf2ff496ec2841e8
docker_cli_daemon_test.go
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
Description
No description provided
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%