summaryrefslogtreecommitdiff
path: root/cloudinit/tests/test_util.py
AgeCommit message (Expand)Author
2021-12-03Reorganize unit test locations under tests/unittests (#1126)Brett Holman
2021-11-22testing: monkeypatch system_info call in unit tests (SC-533) (#1117)James Falcon
2021-10-07Allow comments in runcmd and report failed commands correctly (#1049)Brett Holman
2021-09-13Support openEuler OS (#1012)zhuzaifangxuele
2021-09-01Add CloudLinux OS support (#1003)Alexandr Kravchenko
2021-08-05Add support for EuroLinux 7 && EuroLinux 8 (#957)Aleksander Baranowski
2021-07-21Add VZLinux support (#951)eb3095
2021-06-18Add support for VMware PhotonOS (#909)sshedi
2021-05-25Add Rocky Linux support to cloud-init (#906)Louis Abel
2021-05-07Add AlmaLinux OS support (#872)Andrew Lukoshko
2021-03-19write passwords only to serial console, lock down cloud-init-output.log (#847)Daniel Watkins
2020-11-02util: fix mounting of vfat on *BSD (#637)Mina Galić
2020-10-23stages: don't reset permissions of cloud-init.log every boot (#624)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-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-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-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
2018-10-22update detection of openSUSE variantsRobert Schweikert
2018-10-09instance-data: Add standard keys platform and subplatform. Refactor ec2.Chad Smith
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-05-29util: add get_linux_distro function to replace platform.distRobert Schweikert
2018-04-26net: detect unstable network names and trigger a settle if neededRyan Harper
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2018-03-23IBMCloud: Initial IBM Cloud datasource.Scott Moser
2018-03-14set_hostname: When present in metadata, set it before network bringup.Chad Smith
2018-03-09shellify: raise TypeError on bad input.Scott Moser
2018-01-24btrfs: support resizing if root is mounted ro.Robert Schweikert