mirror of
https://github.com/rancher/os.git
synced 2025-06-21 04:31:55 +00:00
12 lines
234 B
Go
12 lines
234 B
Go
package integration
|
|
|
|
import . "gopkg.in/check.v1"
|
|
|
|
func (s *QemuSuite) TestKernelHeaders(c *C) {
|
|
s.RunQemu(c, "--cloud-config", "./tests/assets/test_22/cloud-config.yml")
|
|
|
|
s.CheckCall(c, `
|
|
sleep 15
|
|
docker inspect kernel-headers`)
|
|
}
|