1
0
mirror of https://github.com/rancher/os.git synced 2025-09-26 05:03:05 +00:00

Fix some tests

This commit is contained in:
Josh Curl
2016-07-26 15:40:35 -07:00
parent 3700ba4726
commit 1877cfa16b
8 changed files with 27 additions and 34 deletions

View File

@@ -14,7 +14,7 @@ func (s *QemuSuite) TestRebootWithContainerRunning(c *C) {
set -e -x
docker run -d --restart=always %s`, NginxImage))
s.Reboot()
s.Reboot(c)
s.CheckCall(c, "docker ps -f status=running | grep nginx")
}