summaryrefslogtreecommitdiff
path: root/cloudinit/tests
AgeCommit message (Expand)Author
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
2018-05-23tests: Avoid using https in httpretty, improve HttPretty test case.Scott Moser
2018-05-22Update version.version_string to contain packaged version.Scott Moser
2018-05-22cc_mounts: Do not add devices to fstab that are already present.Lars Kellogg-Stedman
2018-05-17read_file_or_url: move to url_helper, fix bug in its FileResponse.Scott Moser
2018-05-01netinfo: fix netdev_pformat when a nic does not have an address assigned.Scott Moser
2018-04-26IBMCloud: recognize provisioning environment during debug boots.Scott Moser
2018-04-26net: detect unstable network names and trigger a settle if neededRyan Harper
2018-04-20schema: in validation, raise ImportError if strict but no jsonschema.Scott Moser
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2018-04-18net: Depend on iproute2's ip instead of net-tools ifconfig or routeChad Smith
2018-03-23IBMCloud: Initial IBM Cloud datasource.Scott Moser
2018-03-22ubuntu-advantage: Add new config module to support ubuntu-advantage-toolsChad Smith
2018-03-16net: recognize iscsi root cases without ip= on kernel command line.Scott Moser
2018-03-16tests: Make pylint happy and fix python2.6 uses of assertRaisesRegex.Scott Moser
2018-03-14set_hostname: When present in metadata, set it before network bringup.Chad Smith
2018-03-14tests: Centralize and re-use skipTest based on json schema presense.Scott Moser
2018-03-09shellify: raise TypeError on bad input.Scott Moser
2018-02-12tests: run nosetests in cloudinit/ directory, fix py26 fallout.Scott Moser
2018-01-24btrfs: support resizing if root is mounted ro.Robert Schweikert
2017-12-07pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints.Ryan Harper
2017-12-05Datasources: Formalize DataSource get_data and related properties.Chad Smith
2017-10-10simpletable: Fix get_string method to return table-formatted stringChad Smith
2017-10-02Add missing simpletable and simpletable tests for failed mergeChad Smith
2017-09-22DataSourceOVF: use util.find_devs_with(TYPE=iso9660)Ryan Harper
2017-09-18ec2: Fix maybe_perform_dhcp_discovery to use /var/tmp as a tmpdirChad Smith
2017-09-05relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman
2017-08-30url_helper: dynamically import oauthlib import from inside oauth_headersChad Smith