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_runs
/
test_simple_run.py
Age
Commit message (
Expand
)
Author
2019-10-24
Fix usages of yaml, and move yaml_dump to safeyaml.dumps.
Scott Moser
2018-06-15
stages: fix tracebacks if a module stage is undefined or empty
Robert Schweikert
2017-12-05
Datasources: Formalize DataSource get_data and related properties.
Chad Smith
2017-09-13
cloud-config modules: honor distros definitions in each module
Chad Smith
2017-09-05
relocate tests/unittests/helpers.py to cloudinit/tests
Lars Kellogg-Stedman
2017-07-19
tests: fixes for issues uncovered when moving to python 3.6.
Scott Moser
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-05-12
run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.
Scott Moser
2015-01-22
Conversion from mocker to mock completed.
Barry Warsaw
2015-01-22
More test ports from mocker to mock.
Barry Warsaw
2015-01-21
Fix file modes to be Python 2/3 compatible.
Barry Warsaw
2014-07-23
more
Dimitri John Ledkov
2014-01-08
Significant re-working of the userdata handling and introduction of
Ben Howard
2012-11-10
whitespace / indentation cleanups
Scott Moser
2012-10-27
Helpful cleanups.
harlowja
2012-10-23
use only util methods for reading/loading/appending/peeking
Scott Moser
2012-09-26
Fixup some pylint warnings.
Joshua Harlow
2012-09-26
Add a new example test that will patch utils and os
Joshua Harlow