1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 07:15:41 +00:00

Extend write_files to run in all system services

This commit is contained in:
Josh Curl
2016-08-14 19:17:24 -07:00
parent 6658917591
commit 0a053c62ab
11 changed files with 191 additions and 34 deletions

View File

@@ -7,6 +7,6 @@ func (s *QemuSuite) TestKernelHeaders(c *C) {
c.Assert(err, IsNil)
s.CheckCall(c, `
sleep 10
sleep 15
docker inspect kernel-headers`)
}