summaryrefslogtreecommitdiff
path: root/tests/unittests/test_distros/test_netconfig.py
AgeCommit message (Expand)Author
2020-10-29Explicit set IPV6_AUTOCONF and IPV6_FORCE_ACCEPT_RA on static6 (#634)Eduardo Otubo
2020-09-15network: Fix type and respect name when rendering vlan in sysconfig. (#541)Eduardo Otubo
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-06-02test: fix all flake8 E121 and E123 errors (#404)Joshua Powers
2020-02-03sysconfig: distro-specific config rendering for BOOTPROTO option (#162)Robert Schweikert
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
2020-01-08net: fix rendering of 'static6' in network config (#77)Ryan Harper
2019-12-20freebsd: introduce the freebsd renderer (#61)Gonéri Le Bouder
2019-09-27debian/ubuntu: add missing word to netplan/ENI headerDaniel Watkins
2019-07-16Support netplan renderer in Arch LinuxConrad Hoffmann
2019-03-25net/sysconfig: write out SUSE-compatible IPv6 configRobert Schweikert
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-05sysconfig: refactor sysconfig to accept distro specific templates pathsRyan Harper
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-15network: add v2 passthrough and fix parsing v2 config with bonds/bridge paramsRyan Harper
2017-07-19sysconfig: ipv6 and default gateway fixes.Ryan Harper
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-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
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
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-03-22write to 50-cloud-init.cfg and write systemd.link rules.Scott Moser
2015-01-26Repair the Python 2.6 tests.Barry Warsaw
2015-01-22More conversions 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
2015-01-06tools/run-pep8: remove leading ',' fed to --ignoreScott Moser
2014-11-24Updated unittestsShraddha Pandhe
2014-11-21Added unittests for IPv6 support for RHELShraddha Pandhe
2014-10-10Fix some of the erroring out test casesJoshua Harlow
2014-10-02freebsd: Use the proper virtio FreeBSD network interface name.Scott Moser
2014-08-28fix: Make sure this freebsd test succeeds on all platforms (harlowja).Harm Weites
2014-08-08merge: These are the changes from the freebsd-static-networking branch.Harm Weites
2012-10-11More adjustments/cleanups for the system configurationJoshua Harlow
2012-10-10System config niceness!Joshua Harlow
2012-09-25add tests for netcfg codeJoshua Harlow