summaryrefslogtreecommitdiff
path: root/tests/unittests/test_distros
AgeCommit message (Expand)Author
2019-09-27debian/ubuntu: add missing word to netplan/ENI headerDaniel Watkins
2019-07-16Support netplan renderer in Arch LinuxConrad Hoffmann
2019-05-28freebsd: ability to grow root file systemGonéri Le Bouder
2019-03-25net/sysconfig: write out SUSE-compatible IPv6 configRobert Schweikert
2019-03-06Support locking user with usermod if passwd is not available.Scott Moser
2019-01-30Resolve flake8 comparison and pycodestyle over-ident issuesParide Legovini
2019-01-28sysconfig: On SUSE, use STARTMODE instead of ONBOOTRobert Schweikert
2018-09-20Remove dead-code _write_network distro implementations.Scott Moser
2018-09-18net_util: ensure static configs have netmask in translate_network resultThomas Berger
2018-09-08config: disable ssh access to a configured user accountChad Smith
2018-09-05sysconfig: refactor sysconfig to accept distro specific templates pathsRyan Harper
2018-06-19Explicitly prevent `sudo` access for user moduleJacob Bednarz
2018-04-12Implement ntp client spec with auto support for distro selectionRyan Harper
2017-12-20SUSE: Add a basic test of network config rendering.Robert Schweikert
2017-12-07pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints.Ryan Harper
2017-09-05relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman
2017-08-30distro: allow distro to specify a default localeRyan Harper
2017-08-30suse: Add support for openSUSE and return SLES to a working state.Robert Schweikert
2017-08-15network: add v2 passthrough and fix parsing v2 config with bonds/bridge paramsRyan Harper
2017-08-01archlinux: Fix bug with empty dns, do not render 'lo' devices.Scott Moser
2017-07-25locale: Do not re-run locale-gen if provided locale is system default.Scott Moser
2017-07-19sysconfig: ipv6 and default gateway fixes.Ryan Harper
2017-07-19tests: fixes for issues uncovered when moving to python 3.6.Scott Moser
2017-07-18sysconfig: include GATEWAY value if set in subnetRyan Harper
2017-06-08net: normalize data in network_state objectScott Moser
2017-05-26net: fix reading and rendering addresses in cidr format.Dimitri John Ledkov
2017-05-23flake8: move the pinned version of flake8 up to 3.3.0Scott Moser
2017-05-23RHEL/CentOS: Fix dual stack IPv4/IPv6 configuration.Andreas Karis
2017-05-10FreeBSD: improvements and fixes for use on AzureHongjiang Zhang
2017-03-21Fix unit test when running in a system deployed with cloud-init.Scott Moser
2017-03-20cloudinit.net: add network config v2 parsing and renderingRyan Harper
2017-03-07net: do not raise exception for > 3 nameserversLars Kellogg-Stedman
2017-01-24tests: remove executable bit on test_net, so it runs, and fix it.Scott Moser
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-12-19user-groups: fix bug when groups was provided as string and had spacesScott Moser
2016-10-20Add support for snap create-user on Ubuntu Core images.Ryan Harper
2016-10-19Move user/group functions to new ug_util fileJoshua Harlow
2016-08-18Apt: add new apt configuration formatChristian Ehrhardt
2016-07-14flake8Scott Moser
2016-07-14add test of apply_network fallback path.Scott Moser
2016-05-12run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser
2016-04-06Ensure that a resolve conf object is written as a string.Scott Moser
2016-03-22write to 50-cloud-init.cfg and write systemd.link rules.Scott Moser
2016-03-04Apply pep8, pyflakes fixes for python2 and 3Scott Moser
2015-07-30Ensure that when a resolve conf object is written we pass the str() version o...Joshua Harlow
2015-07-22Make full data source available to code that handles mirror selection.Daniel Watkins
2015-06-03add tests for systemd detectionLars Kellogg-Stedman
2015-01-26Repair the Python 2.6 tests.Barry Warsaw
2015-01-22More conversions from mocker to mock.Barry Warsaw
2015-01-22More conversions from mocker to mock.Barry Warsaw