Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-01 | archlinux: Fix bug with empty dns, do not render 'lo' devices. | Scott Moser | |
If no dns nameservers were provided a stack trace would occur. The changes here add some unit tests for the arch distro. Also avoids rendering an 'lo' interface. LP: #1663045 LP: #1706593 |