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
/
unittests
/
test_datasource
/
test_maas.py
Age
Commit message (
Expand
)
Author
2015-01-26
Port the MAAS code to oauthlib.
Barry Warsaw
2015-01-26
* More str/bytes fixes.
Barry Warsaw
2015-01-22
More test ports from mocker to mock.
Barry Warsaw
2014-07-23
more
Dimitri John Ledkov
2014-07-23
more
Dimitri John Ledkov
2014-04-01
pyflakes cleanups
Scott Moser
2014-01-24
read_file_or_url: raise UrlError with 404 on ENOENT
Scott Moser
2014-01-23
Skip retry and continued fetch of userdata when NOT_FOUND
Joshua Harlow
2013-04-25
fix test
Scott Moser
2013-02-23
Get tests working and further adjustments.
harlowja
2013-02-07
more test cases for nocloud including one for config seed
Scott Moser
2012-08-22
fix pep8 complaints.
Scott Moser
2012-08-09
stright forward pylint cleanups to tests/ and tools/
Scott Moser
2012-06-21
Get this test working again.
Joshua Harlow
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-08
pep8 and pylint
Scott Moser
2012-03-08
add a test for read_maas_seed_url
Scott Moser
2012-03-08
fix tests for 'hostname' to 'local-hostname' and user-data not required
Scott Moser
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