summaryrefslogtreecommitdiff
path: root/cloudinit/cmd/tests
AgeCommit message (Expand)Author
2021-12-03Reorganize unit test locations under tests/unittests (#1126)Brett Holman
2021-12-02jinja: provide and document jinja-safe key aliases in instance-data (SC-622) ...Chad Smith
2021-10-07Allow disabling of network activation (SC-307) (#1048)James Falcon
2021-07-01- Detect a Python version change and clear the cache (#857)Robert Schweikert
2021-02-05openstack: read the dynamic metadata group vendor_data2.json (#777)Andrew Bogott
2020-08-24query: do not handle non-decodable non-gzipped content (#543)Chad Smith
2020-08-20cmd: cloud-init query to handle compressed userdata (#516)Chad Smith
2020-06-02test: fix all flake8 E241 (#403)Joshua Powers
2020-03-31CiTestCase: stop using and remove sys_exit helper (#283)Daniel Watkins
2020-03-19cloudinit/tests: remove unneeded with_logs configuration (#263)Daniel Watkins
2020-01-31cloudinit: replace "from six import X" imports (except in util.py) (#183)Daniel Watkins
2019-12-16tests: mock uid when running as root (#113)Joshua Powers
2019-10-24Fix usages of yaml, and move yaml_dump to safeyaml.dumps.Scott Moser
2019-03-04clean: correctly determine the path for excluding seed directoryDaniel Watkins
2019-01-31clean: cloud-init clean should not trace when run from within cloud_dirChad Smith
2018-10-30query: better error when missing read permission on instance-dataChad Smith
2018-10-26instance-data: fallback to instance-data.json if sensitive is absent.Chad Smith
2018-10-09tools: Add cloud-id command line utilityChad Smith
2018-09-25cli: add cloud-init query subcommand to query instance metadataChad Smith
2018-09-17Fall back to root:root on syslog permissions if other options fail.Robert Schweikert
2018-09-05tests: Disallow use of util.subp except for where needed.Scott Moser
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2018-03-14set_hostname: When present in metadata, set it before network bringup.Chad Smith
2018-02-12tests: run nosetests in cloudinit/ directory, fix py26 fallout.Scott Moser
2018-02-08cli: fix cloud-init status to report running when before result.jsonChad Smith
2018-01-26Fix potential cases of uninitialized variables.Chad Smith
2018-01-03cli: cloud-init clean handles symlinksChad Smith
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