mirror of
https://github.com/rancher/os.git
synced 2025-09-02 15:24:32 +00:00
Refactor integration tests
This commit is contained in:
12
tests/lenient_service_parsing_test.go
Normal file
12
tests/lenient_service_parsing_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package integration
|
||||
|
||||
import . "gopkg.in/check.v1"
|
||||
|
||||
func (s *QemuSuite) TestLenientServiceParsing(c *C) {
|
||||
err := s.RunQemu("--cloud-config", "./tests/assets/test_19/cloud-config.yml")
|
||||
c.Assert(err, IsNil)
|
||||
|
||||
s.CheckCall(c, `
|
||||
sleep 5
|
||||
sudo system-docker ps -a | grep test-parsing`)
|
||||
}
|
Reference in New Issue
Block a user