summaryrefslogtreecommitdiff
path: root/tests/unittests/test_data.py
AgeCommit message (Expand)Author
2020-07-10test_data: fix faulty patch (#476)Daniel Watkins
2020-06-04New feature flag functionality and fix includes failing silently (#367)James Falcon
2020-03-31Fix cloud-init ignoring some misdeclared mimetypes in user-data.Kurt Garloff
2020-01-31cloudinit: replace "from six import X" imports (except in util.py) (#183)Daniel Watkins
2020-01-23cloudinit: remove ImportError handling for mock imports (#182)Daniel Watkins
2019-10-31Add config for ssh-key import and consuming user-dataPavel Zakharov
2019-10-24Fix usages of yaml, and move yaml_dump to safeyaml.dumps.Scott Moser
2018-06-13Be more safe on string/bytes when writing multipart user-data to disk.Scott Moser
2018-05-23tests: Avoid using https in httpretty, improve HttPretty test case.Scott Moser
2017-11-13Catch UrlError when #include'ing URLsAndrew Jorgensen
2017-09-05relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman
2017-02-14apply the runtime configuration written by ds-identify.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-06-22rename test class, add a test, improve test namesScott Moser
2016-06-21user_data: fix error when user-data is not utf-8 decodableScott Moser
2016-05-12run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2015-05-01Azure: if user has set hostname, do not overwrite itScott Moser
2015-04-16fix cloud-config-archive handlingScott Moser
2015-04-16pep8 fixesScott Moser
2015-03-11userdata-handlers: python3-related fixes on do-not-process-this-part pathOleg Strikov
2015-03-02pep8Scott Moser
2015-02-24move recently added test_udprocess tests to test_data, improve a bitScott Moser
2015-02-10pep8Scott Moser
2015-01-26super() works in all of Python 2.6, 2.7, and 3.4.Barry Warsaw
2015-01-22More test ports from mocker to mock.Barry Warsaw
2015-01-22Convert helpers.py and test_data.py from mocker to mock.Barry Warsaw
2015-01-21Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw
2015-01-21More octal literal fixes.Barry Warsaw
2015-01-21Fix file modes to be Python 2/3 compatible.Barry Warsaw
2014-09-10pyflakes fixes.Scott Moser
2014-07-23more import statementsDimitri John Ledkov
2014-01-17pep8 and pylint fixes; typo fix for documentationBen Howard
2014-01-17Fix tstsBen Howard
2014-01-08Significant re-working of the userdata handling and introduction ofBen Howard