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
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