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:
John Howard
2016-02-24 10:17:25 -08:00
parent 148812de36
commit 4dd0ef305c
4 changed files with 46 additions and 10 deletions

View File

@ -439,7 +439,7 @@ func (s *DockerSuite) TestEventsCopy(c *check.C) {
func (s *DockerSuite) TestEventsResize(c *check.C) {
since := daemonTime(c).Unix()
out, _ := dockerCmd(c, "run", "-d", "busybox", "top")
out, _ := runSleepingContainer(c, "-d")
cID := strings.TrimSpace(out)
c.Assert(waitRun(cID), checker.IsNil)