mirror of
https://github.com/rancher/os.git
synced 2025-09-12 13:17:17 +00:00
Always assert RunQemu is successful
This commit is contained in:
@@ -5,8 +5,7 @@ import (
|
||||
)
|
||||
|
||||
func (s *QemuSuite) TestPreload(c *C) {
|
||||
err := s.RunQemu()
|
||||
c.Assert(err, IsNil)
|
||||
s.RunQemu(c)
|
||||
|
||||
s.CheckCall(c, `
|
||||
docker pull busybox
|
||||
|
Reference in New Issue
Block a user