Merge pull request #26804 from stevvooe/clear-tlsconfig-unix-socket
client: pedantic checking of tlsconfig Upstream-commit: 9bd8c1d3321d1b264e84ff5fba4dc04730c264f3 Component: engine
This commit is contained in:
@ -2623,7 +2623,7 @@ func (s *DockerSuite) TestRunModeUTSHost(c *check.C) {
|
||||
c.Assert(out, checker.Contains, runconfig.ErrConflictUTSHostname.Error())
|
||||
}
|
||||
|
||||
func (s *DockerSuite) TestRunTLSverify(c *check.C) {
|
||||
func (s *DockerSuite) TestRunTLSVerify(c *check.C) {
|
||||
// Remote daemons use TLS and this test is not applicable when TLS is required.
|
||||
testRequires(c, SameHostDaemon)
|
||||
if out, code, err := dockerCmdWithError("ps"); err != nil || code != 0 {
|
||||
|
||||
Reference in New Issue
Block a user