summaryrefslogtreecommitdiff
path: root/cloudinit/tests
Commit message (Expand)AuthorAgeFilesLines
* test_persistence: simplify VersionIsPoppedFromState (#674)Daniel Watkins2020-11-181-2/+1
* test_persistence: add VersionIsPoppedFromState test (#673)Daniel Watkins2020-11-171-0/+10
* introduce an upgrade framework and related testing (#659)Daniel Watkins2020-11-172-0/+163
* add --no-tty option to gpg (#669)Till Riedel2020-11-171-1/+2
* replace usage of dmidecode with kenv on FreeBSD (#621)Mina Galić2020-11-061-2/+25
* cloudinit: move dmi functions out of util (#622)Scott Moser2020-11-021-0/+131
* util: fix mounting of vfat on *BSD (#637)Mina Galić2020-11-021-0/+35
* stages: don't reset permissions of cloud-init.log every boot (#624)Daniel Watkins2020-10-232-0/+107
* tests: use markers to configure disable_subp_usage (#473)Daniel Watkins2020-07-021-5/+9
* test_util: add (partial) testing for util.mount_cb (#463)Daniel Watkins2020-06-291-0/+67
* Move subp into its own module. (#416)Scott Moser2020-06-086-49/+276
* New feature flag functionality and fix includes failing silently (#367)James Falcon2020-06-041-0/+60
* test: fix all flake8 E241 (#403)Joshua Powers2020-06-021-1/+1
* conftest: implement partial disable_subp_usage (#371)Daniel Watkins2020-05-211-0/+19
* cloudinit: minor pylint fixes (#360)Daniel Watkins2020-05-141-0/+2
* cloudinit: remove unneeded __future__ imports (#362)Daniel Watkins2020-05-141-2/+0
* conftest: add docs and tests regarding CiTestCase's subp functionality (#343)Daniel Watkins2020-05-122-0/+25
* cloudinit: drop dependencies on unittest2 and contextlib2 (#322)Daniel Watkins2020-04-241-21/+7
* conftest: introduce disable_subp_usage autouse fixture (#304)Daniel Watkins2020-04-231-0/+18
* CiTestCase: stop using and remove sys_exit helper (#283)Daniel Watkins2020-03-311-10/+0
* CiTestCase: remove now-unneeded parse_and_read helper method (#286)Daniel Watkins2020-03-271-15/+0
* set_passwords: avoid chpasswd on BSD (#268)Gonéri Le Bouder2020-03-251-2/+4
* util: read_cc_from_cmdline handle urlencoded yaml content (#275)Ryan Harper2020-03-251-0/+96
* Add Netbsd support (#62)Gonéri Le Bouder2020-03-122-13/+22
* ec2: only redact token request headers in logs, avoid altering request (#230)Chad Smith2020-03-031-1/+33
* Replace mock library with unittest.mock (#186)Daniel Watkins2020-01-294-6/+6
* Drop most of the remaining use of six (#179)Daniel Watkins2020-01-211-7/+8
* util: move uptime's else branch into its own boottime function (#53)Igor Galić2020-01-091-0/+15
* Make tests work with Python 3.8 (#139)Conrad Hoffmann2020-01-081-3/+3
* Fix linting failure in test_url_helper (#83)Eric Lafontaine2019-12-031-0/+1
* url_helper: read_file_or_url should pass headers param into readurl (#66)Chad Smith2019-12-021-0/+52
* FreeBSD: fix for get_linux_distro() and lru_cache (#59)Igor Galić2019-11-251-0/+19
* util: json.dumps on python 2.7 will handle UnicodeDecodeError on binaryChad Smith2019-09-271-0/+20
* net,Oracle: Add support for netfailover detectionRyan Harper2019-09-091-0/+8
* ubuntu-drivers: call db_x_loadtemplatefile to accept NVIDIA EULAChad Smith2019-08-221-1/+2
* net/cmdline: split interfaces_by_mac and init network config determinationDaniel Watkins2019-07-261-14/+69
* stages: allow data sources to override network config source orderDaniel Watkins2019-07-231-10/+61
* net: update net sequence, include wait on netdevs, opensuse netrules pathRyan Harper2019-07-171-2/+9
* drop Python 2.6 support and our NIH version detectionDaniel Watkins2019-03-041-21/+1
* tests: fix some slow tests and some leaking stateDaniel Watkins2019-02-261-0/+1
* netinfo: Adjust ifconfig output parsing for FreeBSD ipv6 entriesRyan Harper2019-02-081-0/+14
* net: Wait for dhclient to daemonize before reading lease fileJason Zions2019-01-151-1/+17
* dhclient-hook: cleanups, tests and fix a bug on 'down' event.Scott Moser2018-12-031-0/+105
* azure: retry imds polling on requests.TimeoutChad Smith2018-11-131-1/+24
* update detection of openSUSE variantsRobert Schweikert2018-10-221-17/+66
* instance-data: Add standard keys platform and subplatform. Refactor ec2.Chad Smith2018-10-091-0/+16
* user-data: jinja template to render instance-data.json in cloud-configChad Smith2018-09-111-0/+9
* tests: print failed testname instead of docstring upon failureChad Smith2018-09-051-0/+4
* tests: Disallow use of util.subp except for where needed.Scott Moser2018-09-051-0/+43
* sysconfig: refactor sysconfig to accept distro specific templates pathsRyan Harper2018-09-051-2/+9