mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #20261 from tophj-ibm/change-test-to-use-variable
Change integration test to use declared variable
This commit is contained in:
commit
fffff202fc
1 changed files with 1 additions and 1 deletions
|
@ -1014,7 +1014,7 @@ func (s *DockerNetworkSuite) TestDockerNetworkHostModeUngracefulDaemonRestart(c
|
||||||
c.Assert(err, checker.IsNil, check.Commentf(out))
|
c.Assert(err, checker.IsNil, check.Commentf(out))
|
||||||
|
|
||||||
// verfiy container has finished starting before killing daemon
|
// verfiy container has finished starting before killing daemon
|
||||||
err = s.d.waitRun(fmt.Sprintf("hostc-%d", i))
|
err = s.d.waitRun(cName)
|
||||||
c.Assert(err, checker.IsNil)
|
c.Assert(err, checker.IsNil)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue