mirror of
https://github.com/rancher/os.git
synced 2025-06-23 05:27:03 +00:00
12 lines
256 B
Go
12 lines
256 B
Go
package integration
|
|
|
|
import . "gopkg.in/check.v1"
|
|
|
|
func (s *QemuSuite) TestLenientServiceParsing(c *C) {
|
|
s.RunQemu(c, "--cloud-config", "./tests/assets/test_19/cloud-config.yml")
|
|
|
|
s.CheckCall(c, `
|
|
sleep 5
|
|
sudo system-docker ps -a | grep test-parsing`)
|
|
}
|