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_data.py
Age
Commit message (
Expand
)
Author
2020-07-10
test_data: fix faulty patch (#476)
Daniel Watkins
2020-06-04
New feature flag functionality and fix includes failing silently (#367)
James Falcon
2020-03-31
Fix cloud-init ignoring some misdeclared mimetypes in user-data.
Kurt Garloff
2020-01-31
cloudinit: replace "from six import X" imports (except in util.py) (#183)
Daniel Watkins
2020-01-23
cloudinit: remove ImportError handling for mock imports (#182)
Daniel Watkins
2019-10-31
Add config for ssh-key import and consuming user-data
Pavel Zakharov
2019-10-24
Fix usages of yaml, and move yaml_dump to safeyaml.dumps.
Scott Moser
2018-06-13
Be more safe on string/bytes when writing multipart user-data to disk.
Scott Moser
2018-05-23
tests: Avoid using https in httpretty, improve HttPretty test case.
Scott Moser
2017-11-13
Catch UrlError when #include'ing URLs
Andrew Jorgensen
2017-09-05
relocate tests/unittests/helpers.py to cloudinit/tests
Lars Kellogg-Stedman
2017-02-14
apply the runtime configuration written by ds-identify.
Scott Moser
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-12-21
Fix config order of precedence, putting kernel command line over system.
Wesley Wiedenmeier
2016-10-24
unittests: do not read system /etc/cloud/cloud.cfg.d
Scott Moser
2016-06-22
rename test class, add a test, improve test names
Scott Moser
2016-06-21
user_data: fix error when user-data is not utf-8 decodable
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-05-01
Azure: if user has set hostname, do not overwrite it
Scott Moser
2015-04-16
fix cloud-config-archive handling
Scott Moser
2015-04-16
pep8 fixes
Scott Moser
2015-03-11
userdata-handlers: python3-related fixes on do-not-process-this-part path
Oleg Strikov
2015-03-02
pep8
Scott Moser
2015-02-24
move recently added test_udprocess tests to test_data, improve a bit
Scott Moser
2015-02-10
pep8
Scott Moser
2015-01-26
super() works in all of Python 2.6, 2.7, and 3.4.
Barry Warsaw
2015-01-22
More test ports from mocker to mock.
Barry Warsaw
2015-01-22
Convert helpers.py and test_data.py from mocker to mock.
Barry Warsaw
2015-01-21
Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed
Barry Warsaw
2015-01-21
More octal literal fixes.
Barry Warsaw
2015-01-21
Fix file modes to be Python 2/3 compatible.
Barry Warsaw
2014-09-10
pyflakes fixes.
Scott Moser
2014-07-23
more import statements
Dimitri John Ledkov
2014-01-17
pep8 and pylint fixes; typo fix for documentation
Ben Howard
2014-01-17
Fix tsts
Ben Howard
2014-01-08
Significant re-working of the userdata handling and introduction of
Ben Howard