MetricsSocket get the path where test metrics will be sent
()
| 306 | |
| 307 | // MetricsSocket get the path where test metrics will be sent |
| 308 | func (c *CLI) MetricsSocket() string { |
| 309 | return filepath.Join(c.ConfigDir, "docker-cli.sock") |
| 310 | } |
| 311 | |
| 312 | // NewDockerCmd creates a docker cmd without running it |
| 313 | func (c *CLI) NewDockerCmd(t testing.TB, args ...string) icmd.Cmd { |
nothing calls this directly
no outgoing calls
no test coverage detected