summaryrefslogtreecommitdiff
path: root/cloudinit/cmd/tests
Commit message (Expand)AuthorAgeFilesLines
* query: do not handle non-decodable non-gzipped content (#543)Chad Smith2020-08-241-5/+0
* cmd: cloud-init query to handle compressed userdata (#516)Chad Smith2020-08-201-162/+235
* test: fix all flake8 E241 (#403)Joshua Powers2020-06-021-1/+1
* CiTestCase: stop using and remove sys_exit helper (#283)Daniel Watkins2020-03-312-2/+0
* cloudinit/tests: remove unneeded with_logs configuration (#263)Daniel Watkins2020-03-191-2/+0
* cloudinit: replace "from six import X" imports (except in util.py) (#183)Daniel Watkins2020-01-315-5/+5
* tests: mock uid when running as root (#113)Joshua Powers2019-12-161-7/+21
* Fix usages of yaml, and move yaml_dump to safeyaml.dumps.Scott Moser2019-10-241-3/+4
* clean: correctly determine the path for excluding seed directoryDaniel Watkins2019-03-041-1/+2
* clean: cloud-init clean should not trace when run from within cloud_dirChad Smith2019-01-311-1/+2
* query: better error when missing read permission on instance-dataChad Smith2018-10-301-4/+23
* instance-data: fallback to instance-data.json if sensitive is absent.Chad Smith2018-10-261-1/+48
* tools: Add cloud-id command line utilityChad Smith2018-10-091-0/+127
* cli: add cloud-init query subcommand to query instance metadataChad Smith2018-09-251-0/+193
* Fall back to root:root on syslog permissions if other options fail.Robert Schweikert2018-09-171-1/+3
* tests: Disallow use of util.subp except for where needed.Scott Moser2018-09-051-2/+4
* pylint: pay attention to unused variable warnings.Scott Moser2018-04-191-3/+3
* set_hostname: When present in metadata, set it before network bringup.Chad Smith2018-03-141-0/+161
* tests: run nosetests in cloudinit/ directory, fix py26 fallout.Scott Moser2018-02-122-2/+4
* cli: fix cloud-init status to report running when before result.jsonChad Smith2018-02-081-7/+28
* Fix potential cases of uninitialized variables.Chad Smith2018-01-261-3/+18
* cli: cloud-init clean handles symlinksChad Smith2018-01-031-1/+18
* pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints.Ryan Harper2017-12-072-2/+2
* cli: Add clean and status subcommandsChad Smith2017-12-053-0/+512