summaryrefslogtreecommitdiff
path: root/tests/unittests
AgeCommit message (Expand)Author
2018-05-15ds-identify: recognize container-other as a container, test SmartOS.Scott Moser
2018-05-09tests: do not rely on host /proc/cmdline in test_net.pyLars Kellogg-Stedman
2018-05-09SmartOS: fix get_interfaces for nics that do not have addr_assign_type.Scott Moser
2018-05-04pycodestyle: Fix deprecated string literals, move away from flake8.Chad Smith
2018-05-03azure: Add reported ready marker file.Joshua Chan
2018-05-01FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.Harm Weites
2018-04-30IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.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-25sysconfig: dhcp6 subnet type should not imply dhcpv4Vitaly Kuznetsov
2018-04-23DataSourceSmartOS: add locking of serial device.Mike Gerdts
2018-04-20DataSourceSmartOS: sdc:hostname is ignoredMike Gerdts
2018-04-20DataSourceSmartOS: list() should always return a listMike Gerdts
2018-04-20schema: in validation, raise ImportError if strict but no jsonschema.Scott Moser
2018-04-20set_passwords: Add newline to end of sshd config, only restart if updated.Scott Moser
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2018-04-18Schema: do not warn on duplicate items in commands.Scott Moser
2018-04-18net: Depend on iproute2's ip instead of net-tools ifconfig or routeChad Smith
2018-04-18DataSourceSmartOS: fix hang when metadata service is downMike Gerdts
2018-04-18pycodestyle: Fix invalid escape sequences in string literals.Scott Moser
2018-04-12renderer: support unicode in render_from_file.Scott Moser
2018-04-12Implement ntp client spec with auto support for distro selectionRyan Harper
2018-04-02cc_resizefs, util: handle no /dev/zfsRyan Harper
2018-03-27Hetzner: Exit early if dmi system-manufacturer is not Hetzner.Scott Moser
2018-03-27FreeBSD: resizefs module now able to handle zfs/zpool.Dominic Schlegel
2018-03-23Enable IBMCloud datasource in settings.py.Scott Moser
2018-03-23IBMCloud: Initial IBM Cloud datasource.Scott Moser
2018-03-23Reduce AzurePreprovisioning HTTP timeouts.Douglas Jordan
2018-03-22ubuntu-advantage: Add new config module to support ubuntu-advantage-toolsChad Smith
2018-03-22Handle global dns entries in netplanRyan Harper
2018-03-21Identify OpenTelekomCloud Xen as OpenStack DS.Kurt Garloff
2018-03-20OpenNebula: Update network to return v2 config rather than ENI.Akihiko Ota
2018-03-19Add Hetzner Cloud DataSourceScott Moser
2018-03-16net: recognize iscsi root cases without ip= on kernel command line.Scott Moser
2018-03-16cc_snap: Add new module to install and configure snapd and snap packages.Chad Smith
2018-03-16tests: Make pylint happy and fix python2.6 uses of assertRaisesRegex.Scott Moser
2018-03-16netplan: render bridge port-priority valuesRyan Harper
2018-03-15util: Fix subp regression. Allow specifying subp command as a string.Chad Smith
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-10This commit fixes get_hostname on the AzureDataSource.Douglas Jordan
2018-03-09shellify: raise TypeError on bad input.Scott Moser
2018-03-01GCE: fix reading of user-data that is not base64 encoded.Scott Moser
2018-02-23subp: Fix subp usage with non-ascii characters when no system locale.Scott Moser
2018-02-21OVF: Fix VMware support for 64-bit platforms.Sankar Tanguturi
2018-02-21ds-identify: Fix searching for iso9660 OVF cdroms.Scott Moser
2018-02-12ds-identify: check /writable/system-data/ for nocloud seed.Scott Moser
2018-02-12tests: run nosetests in cloudinit/ directory, fix py26 fallout.Scott Moser
2018-02-09EC2: Fix get_instance_id called against cached datasource pickle.Chad Smith
2018-02-02Fix ssh keys validation in ssh_utilTatiana Kholkina