index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
sagitta
(mirror of https://github.com/marekm72/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
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