Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-21 | Drop most of the remaining use of six (#179) | Daniel Watkins | |
2017-09-05 | relocate tests/unittests/helpers.py to cloudinit/tests | Lars Kellogg-Stedman | |
This moves the base test case classes into into cloudinit/tests and updates all the corresponding imports. | |||
2017-08-25 | Configure logging module to always use UTC time. | Ryan Harper | |
Currently the python logging module will default to a local time which may contain an TZ offset in the values it produces, but the logged time format does not contain the offset. Switching to UTC time for logging produces consistent values in the cloud-init.log file and avoids issues when the timezone is changed during boot. LP: #1713158 |