summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-04-04initial checkin of kernel commandline cloud-config url supportScott Moser
2012-03-16add supprot for reading public-keys from DataSourcMAASScott Moser
2012-03-16rename DataSourceMaaS to DataSourceMAAS, generally use MAAS everywhereScott Moser
2012-03-16fix pylint warnings in test_userdataScott Moser
2012-03-12Warn in user-data processing on non-multipart, non-handled dataScott Moser
2012-03-12Restrict warning to userdata without MIME wrapping only while still ignoring ...Martin Packman
2012-03-09If the user has chosen to remove default ca-certs, prevent package upgrade Scott Moser
2012-03-08pep8 and pylintScott Moser
2012-03-08add a test for read_maas_seed_urlScott Moser
2012-03-08Add tests for writing of userdata parts to the filesystemMartin Packman
2012-03-08fix tests for 'hostname' to 'local-hostname' and user-data not requiredScott Moser
2012-03-08Switch to using util.subp.Mike Milner
2012-03-07fix pylint and pep8 warningsScott Moser
2012-03-06file for user-data should be 'user-data' (including the '-')Scott Moser
2012-03-06assert that userdata is not returned as part of metadataScott Moser
2012-03-06Add initial DataSourceMaaS.Scott Moser
2012-03-06tests/unittests/test_util.py: fix pylint errorScott Moser
2012-02-24If we don't trust the default certs, don't add new certs fromMike Milner
2012-02-21Cleanups.Mike Milner
2012-02-21Lint fixes.Mike Milner
2012-02-21Add test and fix for catching exceptions.Mike Milner
2012-02-21Add tests for various frequencies.Mike Milner
2012-02-21Added tests for adding handlers.Mike Milner
2012-01-17add support for add/remove CA Certificates via cloud-config (LP: #915232)Scott Moser
2012-01-17Lint fixes.Mike Milner
2012-01-17Use delete_dir_contents from cloudinit.util.Mike Milner
2012-01-17Added delete_dir_contents function to cloudinit.util.Mike Milner
2012-01-17Convert code to use the write_file function from cloudinit.util.Mike Milner
2012-01-17Comment and doc cleanup.Mike Milner
2012-01-17Add unit tests for util.write_file.Mike Milner
2012-01-15Added function for deleting default trusted CA certs.Mike Milner
2012-01-14Handle config flag for removing default trusted CAs.Mike Milner
2012-01-14Factor out writing of certificates.Mike Milner
2012-01-12Add ability to rebuild CA certificate file.Mike Milner
2012-01-12Add tests for ca-certs handler.Mike Milner
2012-01-12Add some tests for get_cfg_option_list_or_str.Mike Milner
2012-01-12Add initial unit test framework.Mike Milner