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
/
helpers.py
Age
Commit message (
Expand
)
Author
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-08-22
Minor cleanups to atomic_helper and add unit tests.
Scott Moser
2016-08-12
MAAS: add vendor-data support
Scott Moser
2016-06-20
merge with trunk.
Scott Moser
2016-05-19
Fix up tests and flake8 warnings
Joshua Harlow
2016-05-19
Remerge against head/master
Joshua Harlow
2016-05-12
run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.
Scott Moser
2016-05-11
Fix py26 for rhel (and older versions of python)
Joshua Harlow
2016-04-29
Paths: fix instance path if datasource's id has a '/'.
Scott Moser
2015-06-03
transform paths in functions taking more than a single argument
Lars Kellogg-Stedman
2015-03-04
Fix hang caused by HTTPretty on Python 3.4.2.
Daniel Watkins
2015-02-25
move towards user-data being binary
Scott Moser
2015-02-18
Read ovf-env.xml as bytes.
Daniel Watkins
2015-02-11
Add helpers for patching open and stdout/stderr.
Daniel Watkins
2015-02-10
make bddeb work with python3 or python2
Scott Moser
2015-01-26
super() works in all of Python 2.6, 2.7, and 3.4.
Barry Warsaw
2015-01-26
Repair the Python 2.6 tests.
Barry Warsaw
2015-01-26
Trunk merged and ported.
Barry Warsaw
2015-01-26
More test repairs.
Barry Warsaw
2015-01-22
Low hanging Python 3 fruit.
Barry Warsaw
2015-01-22
Clean up.
Barry Warsaw
2015-01-22
Convert helpers.py and test_data.py from mocker to mock.
Barry Warsaw
2015-01-22
Port test__init__.py to unittest.mock.
Barry Warsaw
2014-10-30
Fix the digital ocean test on py2.6
Joshua Harlow
2014-07-23
fix httpretty based test cases if http_proxy is set.
Scott Moser
2014-07-16
Fix a few tests that have been failing in python 2.6
Joshua Harlow
2014-02-07
Adjust detection of python versions and variables exposed
Joshua Harlow
2014-02-07
Add a bunch of new tests
Joshua Harlow
2014-01-27
populate_dir: only makedir if it doesn't exist
Scott Moser
2013-06-25
Add unit tests for SLES handler
Juerg Haefliger
2013-03-08
Enable the merging.txt to be in .rst format for public viewing
Joshua Harlow
2013-03-07
pep8 and pylint fixes
Scott Moser
2013-02-07
more test cases for nocloud including one for config seed
Scott Moser
2013-01-10
Add a context manager function in test helpers.
harlowja
2012-11-13
Create a utility testcase class that fixes some of the 2.6 missing pieces
Joshua Harlow
2012-11-10
Sudoers.d creation cleanups + tests.
Joshua Harlow
2012-10-23
use only util methods for reading/loading/appending/peeking
Scott Moser
2012-09-26
Adjust comment.
Joshua Harlow
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
2012-08-31
Fix pylint complaints.
Joshua Harlow
2012-08-31
1. Add a helper for tests to use to load resource/data files from
Joshua Harlow