mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
Write /run/console-done before executing /etc/rc.local
This commit is contained in:
@@ -10,7 +10,8 @@ func (s *QemuSuite) TestStartCommands(c *C) {
|
||||
err := s.RunQemu("--cloud-config", "./tests/assets/test_26/cloud-config.yml")
|
||||
c.Assert(err, IsNil)
|
||||
|
||||
for i := 1; i < 6; i++ {
|
||||
for i := 1; i < 5; i++ {
|
||||
s.CheckCall(c, fmt.Sprintf("ls /home/rancher | grep test%d", i))
|
||||
}
|
||||
s.CheckCall(c, "docker ps | grep nginx")
|
||||
}
|
||||
|
Reference in New Issue
Block a user