summaryrefslogtreecommitdiff
path: root/tests/unittests/test_util.py
Commit message (Expand)AuthorAgeFilesLines
* Remove mount NTFS error message (#2134)Ksenija Stanojevic2023-05-091-3/+24
* Do not generate dsa and ed25519 key types when crypto FIPS mode is enabled (#...Ani Sinha2023-05-021-0/+25
* gce: activate network discovery on every boot (#2128)Alberto Contreras2023-04-271-0/+21
* Fix Python 3.12 unit test failures (#2099)James Falcon2023-03-271-18/+20
* do not attempt dns resolution on ip addresses (#2040)Brett Holman2023-03-141-0/+15
* chore: fix style tip (#2071)Alberto Contreras2023-03-141-1/+1
* Set ownership for new folders in Write Files Module (#1980)Jack2023-02-211-0/+20
* add OpenCloudOS and TencentOS support (#1964)wynnfeng2023-02-181-0/+48
* nocloud: add support for dmi variable expansion for seedfrom URLChad Smith2022-12-151-14/+97
* mounts: document weird prefix in schema (#1913)Brett Holman2022-12-151-0/+5
* add utility function test cases (#1910)sxt10012022-12-141-0/+13
* udevadm settle should handle non-udev system gracefully (#1806)dermotbradley2022-11-071-10/+25
* add mariner support (#1780)Minghe Ren2022-11-071-0/+23
* add support for Container-Optimized OS (#1748)vteratipally2022-10-201-0/+20
* util: Implement __str__ and __iter__ for Version (#1790)Brett Holman2022-10-181-0/+14
* Refactor: Drop inheritance from object (#1728)Alberto Contreras2022-09-141-1/+1
* Allow jinja templating in /etc/cloud (SC-1170) (#1722)James Falcon2022-09-141-2/+57
* net: Ensure a tmp with exec permissions for dhcp (#1690)Alberto Contreras2022-09-011-0/+17
* Add Ansible Config Module (#1579)Brett Holman2022-08-051-1/+56
* util: Fix error path and parsing in get_proc_ppid()Brett Holman2022-08-051-0/+41
* Resource leak cleanup (#1556)Brett Holman2022-07-131-1/+2
* testing: remove appereances of FakeCloud (#1584)Alberto Contreras2022-07-121-35/+28
* cloud-config: honor cloud_dir setting (#1523)Alberto Contreras2022-06-221-0/+18
* Add support for OpenMandriva (https://openmandriva.org/) (#1520)Bernhard Rosenkraenzer2022-06-171-0/+27
* Remove xenial references (#1472)Alberto Contreras2022-06-081-3/+1
* cc_set_hostname: do not write "localhost" when no hostname is given (#1453)Emanuele Giuseppe Esposito2022-05-311-8/+9
* Drop mypy excluded files (#1454)Alberto Contreras2022-05-231-12/+1
* cli: Redact files with permission errors in commands (#1440)Alberto Contreras2022-05-171-67/+152
* Return a namedtuple from subp() (#1376)Brett Holman2022-04-121-10/+17
* util: atomically update sym links to avoid Suppress FileNotFoundError when re...Adam Collard2022-04-081-1/+4
* BUG 1473527: module ssh-authkey-fingerprints fails Input/output error… (#1340)Andrew Lee2022-04-071-0/+27
* check for existing symlink while force creating symlink (#1281)Shreenidhi Shedi2022-02-241-0/+46
* Remove 3.5 and xenial support (SC-711) (#1167)James Falcon2022-01-101-1/+1
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-479/+455
* find_devs_with_openbsd: ensure we return the last entry (#1149)Gonéri Le Bouder2021-12-131-1/+1
* find_devs/openbsd: accept ISO on disk (#1132)Gonéri Le Bouder2021-12-091-2/+2
* testing: Add deterministic test id (#1138)Brett Holman2021-12-071-1/+7
* Add miraclelinux support (#1128)Haruki TSURUMOTO2021-12-071-0/+38
* Reorganize unit test locations under tests/unittests (#1126)Brett Holman2021-12-031-138/+1522
* tox: bump the pinned flake8 and pylint version (#1029)Paride Legovini2021-09-211-1/+1
* add DragonFlyBSD support (#904)Gonéri Le Bouder2021-06-141-0/+18
* write passwords only to serial console, lock down cloud-init-output.log (#847)Daniel Watkins2021-03-191-0/+4
* cloudinit: move dmi functions out of util (#622)Scott Moser2020-11-021-123/+0
* Add vendor-data support to seedfrom parameter for NoCloud and OVF (#570)Johann Queuniet2020-09-181-1/+23
* Detect kernel version before swap file creation (#428)Eduardo Otubo2020-08-181-0/+16
* test_util: parametrize devlist tests (#523)James Falcon2020-08-071-32/+24
* Recognize LABEL_FATBOOT labels (#513)James Falcon2020-08-071-83/+112
* util: add ensure_dir_exists parameter to write_file (#443)Daniel Watkins2020-06-191-0/+11
* util: rename write_file's copy_mode parameter to preserve_mode (#439)Daniel Watkins2020-06-171-6/+6
* Move subp into its own module. (#416)Scott Moser2020-06-081-236/+22