summaryrefslogtreecommitdiff
path: root/tests/unittests/test_util.py
AgeCommit message (Expand)Author
2022-01-10Remove 3.5 and xenial support (SC-711) (#1167)James Falcon
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2021-12-13find_devs_with_openbsd: ensure we return the last entry (#1149)Gonéri Le Bouder
2021-12-09find_devs/openbsd: accept ISO on disk (#1132)Gonéri Le Bouder
2021-12-07testing: Add deterministic test id (#1138)Brett Holman
2021-12-07Add miraclelinux support (#1128)Haruki TSURUMOTO
2021-12-03Reorganize unit test locations under tests/unittests (#1126)Brett Holman
2021-09-21tox: bump the pinned flake8 and pylint version (#1029)Paride Legovini
2021-06-14add DragonFlyBSD support (#904)Gonéri Le Bouder
2021-03-19write passwords only to serial console, lock down cloud-init-output.log (#847)Daniel Watkins
2020-11-02cloudinit: move dmi functions out of util (#622)Scott Moser
2020-09-18Add vendor-data support to seedfrom parameter for NoCloud and OVF (#570)Johann Queuniet
2020-08-18Detect kernel version before swap file creation (#428)Eduardo Otubo
2020-08-07test_util: parametrize devlist tests (#523)James Falcon
2020-08-07Recognize LABEL_FATBOOT labels (#513)James Falcon
2020-06-19util: add ensure_dir_exists parameter to write_file (#443)Daniel Watkins
2020-06-17util: rename write_file's copy_mode parameter to preserve_mode (#439)Daniel Watkins
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-05-14cloudinit: remove unneeded __future__ imports (#362)Daniel Watkins
2020-04-24BSD: find_devs_with_ refactoring (#298)Gonéri Le Bouder
2020-03-26add Openbsd support (#147)Gonéri Le Bouder
2020-03-19cloudinit/tests: remove unneeded with_logs configuration (#263)Daniel Watkins
2020-01-23cloudinit: remove ImportError handling for mock imports (#182)Daniel Watkins
2020-01-21Drop most of the remaining use of six (#179)Daniel Watkins
2019-01-15net: Wait for dhclient to daemonize before reading lease fileJason Zions
2018-09-05tests: Disallow use of util.subp except for where needed.Scott Moser
2018-06-15openstack: avoid unneeded metadata probe on non-openstack platformsChad Smith
2018-06-13Fix get_proc_env for pids that have non-utf8 content in environment.Scott Moser
2018-06-08subp: support combine_capture argument.Scott Moser
2018-05-23yaml_load/schema: Add invalid line and column nums to error messageChad Smith
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-04-18pycodestyle: Fix invalid escape sequences in string literals.Scott Moser
2018-04-02cc_resizefs, util: handle no /dev/zfsRyan Harper
2018-03-27FreeBSD: resizefs module now able to handle zfs/zpool.Dominic Schlegel
2018-03-16cc_snap: Add new module to install and configure snapd and snap packages.Chad Smith
2018-03-15util: Fix subp regression. Allow specifying subp command as a string.Chad Smith
2018-02-23subp: Fix subp usage with non-ascii characters when no system locale.Scott Moser
2018-01-23subp: make ProcessExecutionError have expected types in stderr, stdout.Scott Moser
2018-01-12Do not log warning on config files that represent None.Scott Moser
2017-12-07pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints.Ryan Harper
2017-12-05cli: Add clean and status subcommandsChad Smith
2017-09-05relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman
2017-08-25Log a helpful message if a user script does not include shebang.Andrew Jorgensen
2017-07-17Support comments in content read by load_shell_content.Scott Moser
2017-06-29read_dmi_data: always return None when inside a container.Scott Moser
2017-06-15FreeBSD: Make freebsd a variant, fix unittests and tools/build-on-freebsd.Scott Moser
2017-05-23flake8: move the pinned version of flake8 up to 3.3.0Scott Moser
2017-05-16Improve detection of snappy to include os-release and kernel cmdline.Scott Moser
2017-05-10FreeBSD: improvements and fixes for use on AzureHongjiang Zhang