summaryrefslogtreecommitdiff
path: root/tests/unittests/test_util.py
AgeCommit message (Expand)Author
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
2017-04-12util: teach write_file about copy_mode optionLars Kellogg-Stedman
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-12-02fix problems found in python2.6 test.Joshua Harlow
2016-11-22Improve formatting for ProcessExecutionErrorWesley Wiedenmeier
2016-11-01dmidecode: Allow dmidecode to be used on aarch64Robert Schweikert
2016-10-19Fix python2.6 things found running in centos 6.Scott Moser
2016-09-21Decode unicode types in decode_binaryRobert Schweikert
2016-09-21subp: add 'update_env' argumentScott Moser
2016-08-18Apt: add new apt configuration formatChristian Ehrhardt
2016-08-12DigitalOcean: use the v1.json endpointBen Howard
2016-03-14change return value for dmi data of all \xff to be ""Scott Moser
2016-03-14change return value for dmi data of all \xff to be ""Scott Moser
2016-03-10dmi data: fix failure of reading dmi data for unset dmi valuesScott Moser
2016-03-10dmi data: fix failure of reading dmi data for unset dmi valuesScott Moser
2015-05-14read_seeded: fix reed_seeded after regressionScott Moser
2015-03-04Add util.message_from_string to wrap email.message_from_string.Daniel Watkins
2015-03-04Convert dmidecode values to sysfs names before looking for them.Daniel Watkins
2015-02-13tests/unittests/test_util.py: pep8Scott Moser
2015-02-11pep8Scott Moser