summaryrefslogtreecommitdiff
path: root/cloudinit/config/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-20Leave the details of service management to the distro (#1074)Andy Fiddaman
2021-10-15testing: add get_cloud function (SC-461) (#1038)James Falcon
2021-06-18Add support for VMware PhotonOS (#909)sshedi
2021-03-19write passwords only to serial console, lock down cloud-init-output.log (#847)Daniel Watkins
2021-02-22cc_keys_to_console: add option to disable key emission (#811)Michael Hudson-Doyle
2020-11-20Support configuring SSH host certificates. (#660)Jonathan Lung
2020-10-20cc_mounts: correctly fallback to dd if fallocate fails (#585)Daniel Watkins
2020-06-30Enable use of the caplog fixture in pytest tests, and add a cc_final_message ...Daniel Watkins
2020-06-22cc_final_message: don't create directories when writing boot-finished (#445)Daniel Watkins
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-06-01cc_grub_dpkg: determine idevs in more robust manner with grub-probe (#358)Matthew Ruffell
2020-05-21cc_snap: validate that assertions property values are strings (#370)Daniel Watkins
2020-05-19test_resolv_conf: refresh stale comment (#374)Daniel Watkins
2020-05-18cc_snap: apply validation to snap.commands properties (#364)Daniel Watkins
2020-05-14cloudinit: minor pylint fixes (#360)Daniel Watkins
2020-04-24cloudinit: drop dependencies on unittest2 and contextlib2 (#322)Daniel Watkins
2020-04-16test_mounts: expand happy path test for both happy paths (#319)Daniel Watkins
2020-04-15cc_mounts: fix incorrect format specifiers (#316)Daniel Watkins
2020-03-25set_passwords: avoid chpasswd on BSD (#268)Gonéri Le Bouder
2020-03-19cloudinit/tests: remove unneeded with_logs configuration (#263)Daniel Watkins
2020-03-13cc_resolv_conf: introduce tests and stabilise output across Python versions (...Daniel Watkins
2020-02-10unittest: fix stderr leak in cc_set_password random unittest output. (#208)Ryan Harper
2020-01-31cloudinit: replace "from six import X" imports (except in util.py) (#183)Daniel Watkins
2020-01-29Replace mock library with unittest.mock (#186)Daniel Watkins
2019-12-18cloud-init: fix capitalisation of SSH (#126)Daniel Watkins
2019-12-12fix unlocking method on FreeBSDIgor Galić
2019-11-26set_passwords: support for FreeBSD (#46)Igor Galić
2019-10-31Add config for ssh-key import and consuming user-dataPavel Zakharov
2019-08-22ubuntu-drivers: call db_x_loadtemplatefile to accept NVIDIA EULAChad Smith
2019-08-19ubuntu-drivers: emit latelink=true debconf to accept nvidia eulaChad Smith
2019-08-09Add support for publishing host keys to GCE guest attributesRick Wright
2019-04-04ubuntu_advantage: rewrite cloud-config moduleChad Smith
2019-03-19Add ubuntu_drivers config moduleDaniel Watkins
2019-02-27cc_apt_pipelining: stop disabling pipelining by defaultDaniel Watkins
2019-01-15cc_set_passwords: Fix regex when parsing hashed passwordsMarlin Cremers
2018-09-08config: disable ssh access to a configured user accountChad Smith
2018-09-05tests: Disallow use of util.subp except for where needed.Scott Moser
2018-09-01Add unit tests for config/cc_ssh.pyFrancis Ginther
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-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-03-23tests: Fix newly added schema unit tests to skip if no jsonschema.Scott Moser
2018-03-22ubuntu-advantage: Add new config module to support ubuntu-advantage-toolsChad Smith
2018-03-16tests: fix flakes warning for unused variableChad Smith
2018-03-16tests: patch leaked stderr messages from snap unit testsChad Smith
2018-03-16cc_snap: Add new module to install and configure snapd and snap packages.Chad Smith