1
0
mirror of https://github.com/rancher/os.git synced 2025-06-23 05:27:03 +00:00
os/tests/lenient_service_parsing_test.go
2016-10-23 16:23:30 -07:00

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`)
}