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
/
cloudinit
/
tests
/
helpers.py
Age
Commit message (
Expand
)
Author
2018-09-11
user-data: jinja template to render instance-data.json in cloud-config
Chad Smith
2018-09-05
tests: print failed testname instead of docstring upon failure
Chad Smith
2018-09-05
tests: Disallow use of util.subp except for where needed.
Scott Moser
2018-09-05
sysconfig: refactor sysconfig to accept distro specific templates paths
Ryan Harper
2018-09-01
Add unit tests for config/cc_ssh.py
Francis Ginther
2018-08-31
Fix the built-in cloudinit/tests/helpers:skipIf
Scott Moser
2018-05-23
tests: Avoid using https in httpretty, improve HttPretty test case.
Scott Moser
2018-05-22
cc_mounts: Do not add devices to fstab that are already present.
Lars Kellogg-Stedman
2018-04-26
IBMCloud: recognize provisioning environment during debug boots.
Scott Moser
2018-04-20
schema: in validation, raise ImportError if strict but no jsonschema.
Scott Moser
2018-04-19
pylint: pay attention to unused variable warnings.
Scott Moser
2018-04-18
net: Depend on iproute2's ip instead of net-tools ifconfig or route
Chad Smith
2018-03-16
net: recognize iscsi root cases without ip= on kernel command line.
Scott Moser
2018-03-16
tests: Make pylint happy and fix python2.6 uses of assertRaisesRegex.
Scott Moser
2018-03-14
tests: Centralize and re-use skipTest based on json schema presense.
Scott Moser
2018-02-12
tests: run nosetests in cloudinit/ directory, fix py26 fallout.
Scott Moser
2017-12-07
pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints.
Ryan Harper
2017-12-05
Datasources: Formalize DataSource get_data and related properties.
Chad Smith
2017-09-22
DataSourceOVF: use util.find_devs_with(TYPE=iso9660)
Ryan Harper
2017-09-05
relocate tests/unittests/helpers.py to cloudinit/tests
Lars Kellogg-Stedman