summaryrefslogtreecommitdiff
path: root/tests/unittests/test_handler
AgeCommit message (Expand)Author
2020-04-24cloudinit: drop dependencies on unittest2 and contextlib2 (#322)Daniel Watkins
2020-04-02Add support for NFS/EFS mounts (#300)Andrew Beresford
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-23cc_apt_configure/util: combine search_for_mirror implementations (#271)Daniel Watkins
2020-03-19cloudinit/tests: remove unneeded with_logs configuration (#263)Daniel Watkins
2020-02-07cc_disk_setup: add swap filesystem force flag (#207)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
2020-01-23cloudinit: remove ImportError handling for mock imports (#182)Daniel Watkins
2020-01-23Do not use fallocate in swap file creation on xfs. (#70)Eduardo Otubo
2020-01-21Drop most of the remaining use of six (#179)Daniel Watkins
2020-01-16util: rename get_architecture to get_dpkg_architecture (#173)Daniel Watkins
2020-01-16Ensure util.get_architecture() runs only once (#172)Ryan Harper
2020-01-14Only use gpart if it is the BSD gpart (#131)Conrad Hoffmann
2019-12-19cc_snappy: remove deprecated module (#127)Daniel Watkins
2019-10-31cc_puppet: Implement csr_attributes.yaml supportMatthias Baur
2019-10-17replace any deprecated log.warn with log.warningDominic Schlegel
2019-08-19ubuntu-drivers: emit latelink=true debconf to accept nvidia eulaChad Smith
2019-07-16templates/ntp.conf.debian.tmpl: fix missing newline for poolsRyan Harper
2019-05-28freebsd: ability to grow root file systemGonéri Le Bouder
2019-05-08cc_mounts: check if mount -a on no-change fstab pathJason Zions (MSFT)
2019-03-19Add ubuntu_drivers config moduleDaniel Watkins
2019-02-25Enable encrypted_data_bag_secret support for ChefEric Williams
2019-01-25lxd: install zfs-linux instead of zfs meta packageJohnson Shi
2018-12-06write_files: add support for appending to files.James Baxter
2018-11-28tests: fix incorrect order of mocks in test_handle_zfs_root.Scott Moser
2018-11-14resizefs: Prefix discovered devpath with '/dev/' when path does not existIgor Galić
2018-09-26lxd: adjust to snap installed lxd.Scott Moser
2018-09-17tests: Add mock for util.get_hostname.Robert Schweikert
2018-09-11user-data: jinja template to render instance-data.json in cloud-configChad Smith
2018-09-05tests: Disallow use of util.subp except for where needed.Scott Moser
2018-06-15lxd: Delete default network and detach device if lxd-init created them.Scott Moser
2018-05-23tests: Avoid using https in httpretty, improve HttPretty test case.Scott Moser
2018-05-23yaml_load/schema: Add invalid line and column nums to error messageChad Smith
2018-05-22cc_mounts: Do not add devices to fstab that are already present.Lars Kellogg-Stedman
2018-05-17read_file_or_url: move to url_helper, fix bug in its FileResponse.Scott Moser
2018-05-04pycodestyle: Fix deprecated string literals, move away from flake8.Chad Smith
2018-05-01FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.Harm Weites
2018-04-20schema: in validation, raise ImportError if strict but no jsonschema.Scott Moser
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2018-04-18Schema: do not warn on duplicate items in commands.Scott Moser
2018-04-12renderer: support unicode in render_from_file.Scott Moser
2018-04-12Implement ntp client spec with auto support for distro selectionRyan Harper
2018-03-27FreeBSD: resizefs module now able to handle zfs/zpool.Dominic Schlegel
2018-03-22ubuntu-advantage: Add new config module to support ubuntu-advantage-toolsChad Smith
2018-03-16cc_snap: Add new module to install and configure snapd and snap packages.Chad Smith
2018-03-16tests: Make pylint happy and fix python2.6 uses of assertRaisesRegex.Scott Moser
2018-03-14set_hostname: When present in metadata, set it before network bringup.Chad Smith
2018-03-14tests: Centralize and re-use skipTest based on json schema presense.Scott Moser