summaryrefslogtreecommitdiff
path: root/tests/unittests/test_handler/test_handler_ca_certs.py
AgeCommit message (Expand)Author
2020-12-17cc_ca_certs: add RHEL support (#633)cawamata
2020-12-09sandbox CA Cert tests to not require ca-certificates (#715)Eduardo Otubo
2020-08-19Add Alpine Linux support. (#535)dermotbradley
2020-07-15cc_ca_certs.py: fix blank line problem when removing CAs and adding new one (...dermotbradley
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-04-24cloudinit: drop dependencies on unittest2 and contextlib2 (#322)Daniel Watkins
2020-01-23cloudinit: remove ImportError handling for mock imports (#182)Daniel Watkins
2017-09-05relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-05-12run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser
2015-01-26Repair the Python 2.6 tests.Barry Warsaw
2015-01-22More conversions from mocker to mock.Barry Warsaw
2015-01-21More octal literal fixes.Barry Warsaw
2015-01-21Fix file modes to be Python 2/3 compatible.Barry Warsaw
2012-12-01make sure no blank lines before cloud-init entry in ca-certificates.confScott Moser
2012-10-27Helpful cleanups.harlowja
2012-08-22fix pep8 complaints.Scott Moser
2012-08-09stright forward pylint cleanups to tests/ and tools/Scott Moser
2012-06-22Adjust test for turning off capturingJoshua Harlow
2012-06-21Get both of these tests back in working shape.Joshua Harlow
2012-03-09If the user has chosen to remove default ca-certs, prevent package upgrade Scott Moser
2012-02-21Added tests for adding handlers.Mike Milner