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
2018-04-19
pylint: pay attention to unused variable warnings.
Scott Moser
2018-01-10
MAAS: add check_instance_id based off oauth tokens.
Scott Moser
2017-09-05
relocate tests/unittests/helpers.py to cloudinit/tests
Lars Kellogg-Stedman
2017-05-23
flake8: move the pinned version of flake8 up to 3.3.0
Scott Moser
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-08-12
MAAS: add vendor-data support
Scott Moser
2016-05-12
run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.
Scott Moser
2016-03-03
Update pep8 runner and fix pep8 issues
Ryan Harper
2015-08-07
hopefully fix DataSourceMAAS
Scott Moser
2015-02-25
move towards user-data being binary
Scott Moser
2015-01-26
Repair the Python 2.6 tests.
Barry Warsaw
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