index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2012-04-04
initial checkin of kernel commandline cloud-config url support
Scott Moser
2012-03-16
add supprot for reading public-keys from DataSourcMAAS
Scott Moser
2012-03-16
rename DataSourceMaaS to DataSourceMAAS, generally use MAAS everywhere
Scott Moser
2012-03-16
fix pylint warnings in test_userdata
Scott Moser
2012-03-12
Warn in user-data processing on non-multipart, non-handled data
Scott Moser
2012-03-12
Restrict warning to userdata without MIME wrapping only while still ignoring ...
Martin Packman
2012-03-09
If the user has chosen to remove default ca-certs, prevent package upgrade
Scott Moser
2012-03-08
pep8 and pylint
Scott Moser
2012-03-08
add a test for read_maas_seed_url
Scott Moser
2012-03-08
Add tests for writing of userdata parts to the filesystem
Martin Packman
2012-03-08
fix tests for 'hostname' to 'local-hostname' and user-data not required
Scott Moser
2012-03-08
Switch to using util.subp.
Mike Milner
2012-03-07
fix pylint and pep8 warnings
Scott Moser
2012-03-06
file for user-data should be 'user-data' (including the '-')
Scott Moser
2012-03-06
assert that userdata is not returned as part of metadata
Scott Moser
2012-03-06
Add initial DataSourceMaaS.
Scott Moser
2012-03-06
tests/unittests/test_util.py: fix pylint error
Scott Moser
2012-02-24
If we don't trust the default certs, don't add new certs from
Mike Milner
2012-02-21
Cleanups.
Mike Milner
2012-02-21
Lint fixes.
Mike Milner
2012-02-21
Add test and fix for catching exceptions.
Mike Milner
2012-02-21
Add tests for various frequencies.
Mike Milner
2012-02-21
Added tests for adding handlers.
Mike Milner
2012-01-17
add support for add/remove CA Certificates via cloud-config (LP: #915232)
Scott Moser
2012-01-17
Lint fixes.
Mike Milner
2012-01-17
Use delete_dir_contents from cloudinit.util.
Mike Milner
2012-01-17
Added delete_dir_contents function to cloudinit.util.
Mike Milner
2012-01-17
Convert code to use the write_file function from cloudinit.util.
Mike Milner
2012-01-17
Comment and doc cleanup.
Mike Milner
2012-01-17
Add unit tests for util.write_file.
Mike Milner
2012-01-15
Added function for deleting default trusted CA certs.
Mike Milner
2012-01-14
Handle config flag for removing default trusted CAs.
Mike Milner
2012-01-14
Factor out writing of certificates.
Mike Milner
2012-01-12
Add ability to rebuild CA certificate file.
Mike Milner
2012-01-12
Add tests for ca-certs handler.
Mike Milner
2012-01-12
Add some tests for get_cfg_option_list_or_str.
Mike Milner
2012-01-12
Add initial unit test framework.
Mike Milner