summaryrefslogtreecommitdiff
path: root/tests/unittests/test_handler
AgeCommit message (Expand)Author
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
2018-03-09shellify: raise TypeError on bad input.Scott Moser
2018-02-12tests: run nosetests in cloudinit/ directory, fix py26 fallout.Scott Moser
2018-01-24btrfs: support resizing if root is mounted ro.Robert Schweikert
2017-12-07pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints.Ryan Harper
2017-11-16ntp: fix configuration template rendering for openSUSE and SLESChad Smith
2017-11-10hosts: Fix openSUSE and SLES setup for /etc/hosts and clarify docs.Robert Schweikert
2017-10-23resizefs: Fix regression when system booted with root=PARTUUID=Chad Smith
2017-10-20citest: fix remaining warnings raised by integration tests.Scott Moser
2017-10-20ntp: fix config module schema to allow empty ntp configChad Smith
2017-10-03suse: Support addition of zypper repos via cloud-config.Robert Schweikert
2017-09-21tests: remove a temp file used in bootcmd tests.Scott Moser
2017-09-15resizefs: Drop check for read-only device file, do not warn on overlayroot.Chad Smith
2017-09-13chef: Add option to pin chef omnibus install versionEthan Apodaca
2017-09-13schema and docs: Add jsonschema to resizefs and bootcmd modulesChad Smith
2017-09-05relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman
2017-08-30distro: allow distro to specify a default localeRyan Harper
2017-08-30tests: fix two recently added tests for sles distro.Scott Moser
2017-08-30suse: Add support for openSUSE and return SLES to a working state.Robert Schweikert
2017-08-23cc_landscape & cc_puppet: Fix six.StringIO use in writing configsChad Smith
2017-08-22schema cli: Add schema subcommand to cloud-init cli and cc_runcmd schemaChad Smith
2017-08-04cc_ntp: fallback on timesyncd configuration if ntp is not installableRyan Harper
2017-07-11write_files: Remove log from helper function signatures.Andrew Jorgensen
2017-06-15FreeBSD: Make freebsd a variant, fix unittests and tools/build-on-freebsd.Scott Moser
2017-06-15write_file(s): Print permissions as octal, not decimalAndrew Jorgensen
2017-06-14tools/run-centos: cleanups and move to using read-dependenciesScott Moser
2017-06-07test: Fix pyflakes complaint of unused import.Joshua Powers
2017-06-02Tests: Skip jsonschema related unit tests when dependency is absent.Chad Smith
2017-05-31ntp: Add schema definition and passive schema validation.Chad Smith
2017-05-26disk_setup: udev settle before attempting partitioning or fs creation.Scott Moser
2017-05-25python2.6: fix unit tests usage of assertNone and format.Scott Moser
2017-05-24cc_ntp: Restructure cc_ntp unit tests.Chad Smith