summaryrefslogtreecommitdiff
path: root/cloudinit/config/tests/test_resolv_conf.py
AgeCommit message (Collapse)Author
2020-05-19test_resolv_conf: refresh stale comment (#374)Daniel Watkins
2020-03-13cc_resolv_conf: introduce tests and stabilise output across Python versions ↵Daniel Watkins
(#251) This is a follow-up to #144 which fixed the rendering behaviour. While writing the tests, CI failed due to dict iteration differences across Python versions, so this also sorts output so that we will produce the same output across Python versions.