Windows CI: Integrity check for busybox top
Signed-off-by: John Howard <jhoward@microsoft.com> Upstream-commit: 6a931c3590f5a2f274f9ab4c43452939d101a1b5 Component: engine
This commit is contained in:
@ -39,7 +39,7 @@ func (s *DockerSuite) TestEventsApiBackwardsCompatible(c *check.C) {
|
||||
since := daemonTime(c).Unix()
|
||||
ts := strconv.FormatInt(since, 10)
|
||||
|
||||
out, _ := dockerCmd(c, "run", "--name=foo", "-d", "busybox", "top")
|
||||
out, _ := runSleepingContainer(c, "--name=foo", "-d")
|
||||
containerID := strings.TrimSpace(out)
|
||||
c.Assert(waitRun(containerID), checker.IsNil)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user