Merge pull request #37440 from msabansal/errorfix
Fix error string in docker CLI test
This commit is contained in:
commit
460297b5fb
1 changed files with 1 additions and 0 deletions
|
@ -3948,6 +3948,7 @@ func (s *DockerSuite) TestRunAttachFailedNoLeak(c *check.C) {
|
|||
// TODO Windows Post TP5. Fix the error message string
|
||||
c.Assert(strings.Contains(string(out), "port is already allocated") ||
|
||||
strings.Contains(string(out), "were not connected because a duplicate name exists") ||
|
||||
strings.Contains(string(out), "The specified port already exists") ||
|
||||
strings.Contains(string(out), "HNS failed with error : Failed to create endpoint") ||
|
||||
strings.Contains(string(out), "HNS failed with error : The object already exists"), checker.Equals, true, check.Commentf("Output: %s", out))
|
||||
dockerCmd(c, "rm", "-f", "test")
|
||||
|
|
Loading…
Reference in a new issue