summaryrefslogtreecommitdiff
path: root/tests/unittests/helpers.py
AgeCommit message (Expand)Author
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2021-12-08factor out function for getting top level directory of cloudinit (#1136)Brett Holman
2021-12-03Reorganize unit test locations under tests/unittests (#1126)Brett Holman
2017-09-05relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman
2017-08-09ec2: Allow Ec2 to run in init-local using dhclient in a sandbox.Chad Smith
2017-07-25locale: Do not re-run locale-gen if provided locale is system default.Scott Moser
2017-07-19tests: fixes for issues uncovered when moving to python 3.6.Scott Moser
2017-06-15write_file(s): Print permissions as octal, not decimalAndrew Jorgensen
2017-05-31ntp: Add schema definition and passive schema validation.Chad Smith
2017-05-24cc_ntp: Restructure cc_ntp unit tests.Chad Smith
2017-05-16Improve detection of snappy to include os-release and kernel cmdline.Scott Moser
2017-05-10Add unit tests for ds-identify, fix Ec2 bug found.Scott Moser
2017-01-24tests: remove executable bit on test_net, so it runs, and fix it.Scott Moser
2017-01-24tests: No longer monkey patch httpretty for python 3.4.2Scott Moser
2017-01-11Get early logging logged, including failures of cmdline url.Scott Moser
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-12-21Fix config order of precedence, putting kernel command line over system.Wesley Wiedenmeier
2016-10-24unittests: do not read system /etc/cloud/cloud.cfg.dScott Moser
2016-08-22Minor cleanups to atomic_helper and add unit tests.Scott Moser
2016-08-12MAAS: add vendor-data supportScott Moser
2016-06-20merge with trunk.Scott Moser
2016-05-19Fix up tests and flake8 warningsJoshua Harlow
2016-05-19Remerge against head/masterJoshua Harlow
2016-05-12run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser
2016-05-11Fix py26 for rhel (and older versions of python)Joshua Harlow
2016-04-29Paths: fix instance path if datasource's id has a '/'.Scott Moser
2015-06-03transform paths in functions taking more than a single argumentLars Kellogg-Stedman
2015-03-04Fix hang caused by HTTPretty on Python 3.4.2.Daniel Watkins
2015-02-25move towards user-data being binaryScott Moser
2015-02-18Read ovf-env.xml as bytes.Daniel Watkins
2015-02-11Add helpers for patching open and stdout/stderr.Daniel Watkins
2015-02-10make bddeb work with python3 or python2Scott Moser
2015-01-26super() works in all of Python 2.6, 2.7, and 3.4.Barry Warsaw
2015-01-26Repair the Python 2.6 tests.Barry Warsaw
2015-01-26Trunk merged and ported.Barry Warsaw
2015-01-26More test repairs.Barry Warsaw
2015-01-22Low hanging Python 3 fruit.Barry Warsaw
2015-01-22Clean up.Barry Warsaw
2015-01-22Convert helpers.py and test_data.py from mocker to mock.Barry Warsaw
2015-01-22Port test__init__.py to unittest.mock.Barry Warsaw
2014-10-30Fix the digital ocean test on py2.6Joshua Harlow
2014-07-23fix httpretty based test cases if http_proxy is set.Scott Moser
2014-07-16Fix a few tests that have been failing in python 2.6Joshua Harlow
2014-02-07Adjust detection of python versions and variables exposedJoshua Harlow
2014-02-07Add a bunch of new testsJoshua Harlow
2014-01-27populate_dir: only makedir if it doesn't existScott Moser
2013-06-25Add unit tests for SLES handlerJuerg Haefliger
2013-03-08Enable the merging.txt to be in .rst format for public viewingJoshua Harlow
2013-03-07pep8 and pylint fixesScott Moser
2013-02-07more test cases for nocloud including one for config seedScott Moser