Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-11 | Use a fake serial module that will allow tests to contine | Joshua Harlow | |
Instead of aborting all serial using tests instead just create a serial module in cloudinit that will create a fake and broken serial class when pyserial is not actually installed. This allows for using the datasource and tests that exist in a more functional and tested manner (even when pyserial is not found). | |||
2016-05-11 | Fix py26 for rhel (and older versions of python) | Joshua Harlow | |
2015-02-10 | pep8 | Scott Moser | |
2015-01-26 | Repair the Python 2.6 tests. | Barry Warsaw | |
2015-01-22 | Use .addCleanup() instead of a .tearDown() where appropriate, although we | Barry Warsaw | |
might have to rewrite this for Python 2.6. Disable Cepko tests (test_cs_util.py) since they are essentially worthless. Convert test_azure to unittest.mock. | |||
2014-02-12 | Add CloudSigma data source | Kiril Vladimiroff | |