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). |