summaryrefslogtreecommitdiff
path: root/cloudinit/tests
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-21tox: bump the pinned flake8 and pylint version (#1029)Paride Legovini
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-06-02- Create the log file with 640 permissions (#858)Robert Schweikert
2021-05-25Add Rocky Linux support to cloud-init (#906)Louis Abel
2021-05-14Fix unit tests breaking from new httpretty version (#903)James Falcon
2021-05-13Allow user control over update events (#834)James Falcon
2021-05-07Add AlmaLinux OS support (#872)Andrew Lukoshko
2021-04-19fix error on upgrade caused by new vendordata2 attributes (#869)James Falcon
2021-04-12Fix unpickle for source paths missing run_dir (#863)lucasmoura
2021-03-19write passwords only to serial console, lock down cloud-init-output.log (#847)Daniel Watkins
2020-11-18test_persistence: simplify VersionIsPoppedFromState (#674)Daniel Watkins
2020-11-17test_persistence: add VersionIsPoppedFromState test (#673)Daniel Watkins
2020-11-17introduce an upgrade framework and related testing (#659)Daniel Watkins
2020-11-17add --no-tty option to gpg (#669)Till Riedel
2020-11-06replace usage of dmidecode with kenv on FreeBSD (#621)Mina Galić
2020-11-02cloudinit: move dmi functions out of util (#622)Scott Moser
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-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