summaryrefslogtreecommitdiff
path: root/cloudinit/tests/helpers.py
AgeCommit message (Expand)Author
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-05-14cloudinit: remove unneeded __future__ imports (#362)Daniel Watkins
2020-05-12conftest: add docs and tests regarding CiTestCase's subp functionality (#343)Daniel Watkins
2020-04-24cloudinit: drop dependencies on unittest2 and contextlib2 (#322)Daniel Watkins
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-12Add Netbsd support (#62)Gonéri Le Bouder
2020-01-29Replace mock library with unittest.mock (#186)Daniel Watkins
2020-01-21Drop most of the remaining use of six (#179)Daniel Watkins
2019-09-09net,Oracle: Add support for netfailover detectionRyan Harper
2019-08-22ubuntu-drivers: call db_x_loadtemplatefile to accept NVIDIA EULAChad Smith
2019-03-04drop Python 2.6 support and our NIH version detectionDaniel Watkins
2019-02-26tests: fix some slow tests and some leaking stateDaniel Watkins
2018-09-11user-data: jinja template to render instance-data.json in cloud-configChad Smith
2018-09-05tests: print failed testname instead of docstring upon failureChad Smith
2018-09-05tests: Disallow use of util.subp except for where needed.Scott Moser
2018-09-05sysconfig: refactor sysconfig to accept distro specific templates pathsRyan Harper
2018-09-01Add unit tests for config/cc_ssh.pyFrancis Ginther
2018-08-31Fix the built-in cloudinit/tests/helpers:skipIfScott Moser
2018-05-23tests: Avoid using https in httpretty, improve HttPretty test case.Scott Moser
2018-05-22cc_mounts: Do not add devices to fstab that are already present.Lars Kellogg-Stedman
2018-04-26IBMCloud: recognize provisioning environment during debug boots.Scott Moser
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-18net: Depend on iproute2's ip instead of net-tools ifconfig or routeChad Smith
2018-03-16net: recognize iscsi root cases without ip= on kernel command line.Scott Moser
2018-03-16tests: Make pylint happy and fix python2.6 uses of assertRaisesRegex.Scott Moser
2018-03-14tests: Centralize and re-use skipTest based on json schema presense.Scott Moser
2018-02-12tests: run nosetests in cloudinit/ directory, fix py26 fallout.Scott Moser
2017-12-07pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints.Ryan Harper
2017-12-05Datasources: Formalize DataSource get_data and related properties.Chad Smith
2017-09-22DataSourceOVF: use util.find_devs_with(TYPE=iso9660)Ryan Harper
2017-09-05relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman