summaryrefslogtreecommitdiff
path: root/cloudinit/tests
AgeCommit message (Expand)Author
2020-07-02tests: use markers to configure disable_subp_usage (#473)Daniel Watkins
2020-06-29test_util: add (partial) testing for util.mount_cb (#463)Daniel Watkins
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-06-04New feature flag functionality and fix includes failing silently (#367)James Falcon
2020-06-02test: fix all flake8 E241 (#403)Joshua Powers
2020-05-21conftest: implement partial disable_subp_usage (#371)Daniel Watkins
2020-05-14cloudinit: minor pylint fixes (#360)Daniel Watkins
2020-05-14cloudinit: remove unneeded __future__ imports (#362)Daniel Watkins
2020-05-12conftest: add docs and tests regarding CiTestCase's subp functionality (#343)Daniel Watkins
2020-04-24cloudinit: drop dependencies on unittest2 and contextlib2 (#322)Daniel Watkins
2020-04-23conftest: introduce disable_subp_usage autouse fixture (#304)Daniel Watkins
2020-03-31CiTestCase: stop using and remove sys_exit helper (#283)Daniel Watkins
2020-03-27CiTestCase: remove now-unneeded parse_and_read helper method (#286)Daniel Watkins
2020-03-25set_passwords: avoid chpasswd on BSD (#268)Gonéri Le Bouder
2020-03-25util: read_cc_from_cmdline handle urlencoded yaml content (#275)Ryan Harper
2020-03-12Add Netbsd support (#62)Gonéri Le Bouder
2020-03-03ec2: only redact token request headers in logs, avoid altering request (#230)Chad Smith
2020-01-29Replace mock library with unittest.mock (#186)Daniel Watkins
2020-01-21Drop most of the remaining use of six (#179)Daniel Watkins
2020-01-09util: move uptime's else branch into its own boottime function (#53)Igor Galić
2020-01-08Make tests work with Python 3.8 (#139)Conrad Hoffmann
2019-12-03Fix linting failure in test_url_helper (#83)Eric Lafontaine
2019-12-02url_helper: read_file_or_url should pass headers param into readurl (#66)Chad Smith
2019-11-25FreeBSD: fix for get_linux_distro() and lru_cache (#59)Igor Galić
2019-09-27util: json.dumps on python 2.7 will handle UnicodeDecodeError on binaryChad Smith
2019-09-09net,Oracle: Add support for netfailover detectionRyan Harper
2019-08-22ubuntu-drivers: call db_x_loadtemplatefile to accept NVIDIA EULAChad Smith
2019-07-26net/cmdline: split interfaces_by_mac and init network config determinationDaniel Watkins
2019-07-23stages: allow data sources to override network config source orderDaniel Watkins
2019-07-17net: update net sequence, include wait on netdevs, opensuse netrules pathRyan Harper
2019-03-04drop Python 2.6 support and our NIH version detectionDaniel Watkins
2019-02-26tests: fix some slow tests and some leaking stateDaniel Watkins
2019-02-08netinfo: Adjust ifconfig output parsing for FreeBSD ipv6 entriesRyan Harper
2019-01-15net: Wait for dhclient to daemonize before reading lease fileJason Zions
2018-12-03dhclient-hook: cleanups, tests and fix a bug on 'down' event.Scott Moser
2018-11-13azure: retry imds polling on requests.TimeoutChad Smith
2018-10-22update detection of openSUSE variantsRobert Schweikert
2018-10-09instance-data: Add standard keys platform and subplatform. Refactor ec2.Chad Smith
2018-09-11user-data: jinja template to render instance-data.json in cloud-configChad Smith
2018-09-05tests: print failed testname instead of docstring upon failureChad Smith
2018-09-05tests: Disallow use of util.subp except for where needed.Scott Moser
2018-09-05sysconfig: refactor sysconfig to accept distro specific templates pathsRyan Harper
2018-09-01Add unit tests for config/cc_ssh.pyFrancis Ginther
2018-08-31Fix the built-in cloudinit/tests/helpers:skipIfScott Moser
2018-07-20get_linux_distro: add support for rhel via redhat-release.Scott Moser
2018-07-20get_linux_distro: add support for centos6 and rawhide flavors of redhatChad Smith
2018-07-09ubuntu,centos,debian: get_linux_distro to align with platform.distChad Smith
2018-07-01update_metadata: a datasource can support network re-config every bootChad Smith
2018-06-28Retry on failed import of gpg receive keys.Scott Moser
2018-05-29util: add get_linux_distro function to replace platform.distRobert Schweikert