1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 15:09:27 +00:00

Split cloud-init into cloud-init-execute and cloud-init-save

This commit is contained in:
Josh Curl
2016-08-04 15:47:12 -07:00
parent e5f1f299f0
commit 889cb9eea8
10 changed files with 185 additions and 138 deletions

View File

@@ -7,6 +7,6 @@ func (s *QemuSuite) TestSwap(c *C) {
c.Assert(err, IsNil)
s.CheckCall(c, "sudo mkswap /dev/vdb")
s.CheckCall(c, "sudo cloud-init -execute")
s.CheckCall(c, "sudo cloud-init-execute")
s.CheckCall(c, "cat /proc/swaps | grep /dev/vdb")
}