1
0
mirror of https://github.com/rancher/os.git synced 2025-09-03 15:54:24 +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

@@ -0,0 +1,12 @@
package integration
import . "gopkg.in/check.v1"
func (s *QemuSuite) TestKernelHeaders(c *C) {
err := s.RunQemu("--cloud-config", "./tests/assets/test_22/cloud-config.yml")
c.Assert(err, IsNil)
s.CheckCall(c, `
sleep 10
docker inspect kernel-headers`)
}