Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-26 | Add a new example test that will patch utils and os | Joshua Harlow | |
functions so that they can be 'retargeted' to a temporary directory, which allows us the ability to run a full set of cloud-init stages. Neat things: 1. All cloud-init code is unchanged (as long as it goes through the utils functions for most functionality) 2. Allows for a natural way to setup a temporary directory then patch the new directory as the new 'root' and then run cloud-init stages and then check the contents of what was placed as desired. | |||
2012-08-31 | 1. Add a helper for tests to use to load resource/data files from | Joshua Harlow | |
2. Add a set of tests+data that ensure the launch index filtering works as expected in the various modes including raw yaml and via mime/email message formats. |