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:
@@ -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")
|
||||
}
|
||||
|
Reference in New Issue
Block a user