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:
12
tests/kernel_headers_test.go
Normal file
12
tests/kernel_headers_test.go
Normal 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`)
|
||||
}
|
Reference in New Issue
Block a user