summaryrefslogtreecommitdiff
path: root/tests/unittests/test_cli.py
Commit message (Expand)AuthorAgeFilesLines
* chore: fix style tip (#2071)Alberto Contreras2023-03-141-5/+3
* dhclient_hook: remove vestigal dhclient_hook command (#2015)Brett Holman2023-02-281-14/+0
* add OpenCloudOS and TencentOS support (#1964)wynnfeng2023-02-181-2/+2
* Recognize opensuse-microos, dev tooling fixesRobert Schweikert2023-02-161-1/+3
* add mariner support (#1780)Minghe Ren2022-11-071-1/+2
* add support for Container-Optimized OS (#1748)vteratipally2022-10-201-1/+1
* cc_ntp: add support for BSDs (#1759)Mina Galić2022-10-141-3/+3
* cloud-config: honor cloud_dir setting (#1523)Alberto Contreras2022-06-221-256/+223
* Add support for OpenMandriva (https://openmandriva.org/) (#1520)Bernhard Rosenkraenzer2022-06-171-2/+2
* Remove xenial references (#1472)Alberto Contreras2022-06-081-7/+7
* Promote cloud-init schema from devel to top level subcommand (#1402)Brett Holman2022-04-271-15/+15
* schema: add JSON defs for modules cc_users_groups (#1379)Chad Smith2022-04-151-1/+1
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-97/+117
* Add miraclelinux support (#1128)Haruki TSURUMOTO2021-12-071-2/+3
* Add Strict Metaschema Validation (#1101)Brett Holman2021-12-061-12/+93
* Reorganize unit test locations under tests/unittests (#1126)Brett Holman2021-12-031-1/+1
* Support openEuler OS (#1012)zhuzaifangxuele2021-09-131-2/+2
* Add CloudLinux OS support (#1003)Alexandr Kravchenko2021-09-011-3/+3
* Add support for EuroLinux 7 && EuroLinux 8 (#957)Aleksander Baranowski2021-08-051-1/+2
* Add VZLinux support (#951)eb30952021-07-211-1/+1
* Add support for VMware PhotonOS (#909)sshedi2021-06-181-1/+1
* Add Rocky Linux support to cloud-init (#906)Louis Abel2021-05-251-1/+2
* Add AlmaLinux OS support (#872)Andrew Lukoshko2021-05-071-1/+1
* cli: add --system param to allow validating system user-data on a machine (#575)Chad Smith2020-11-181-1/+1
* Add Alpine Linux support. (#535)dermotbradley2020-08-191-1/+1
* schema: add json schema for write_files module (#152)Chad Smith2020-04-241-2/+2
* Drop most of the remaining use of six (#179)Daniel Watkins2020-01-211-8/+8
* dhclient-hook: cleanups, tests and fix a bug on 'down' event.Scott Moser2018-12-031-8/+8
* tools: Add 'net-convert' subcommand command to 'cloud-init devel'.Scott Moser2018-08-061-2/+1
* cli: Fix error in cloud-init modules --mode=init.Chad Smith2017-12-141-0/+75
* cli: Add clean and status subcommandsChad Smith2017-12-051-6/+24
* docs: fix sphinx module schema documentationChad Smith2017-09-201-0/+15
* cmdline: add collect-logs subcommand.Chad Smith2017-09-151-5/+17
* relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman2017-09-051-1/+1
* cli: Fix command line parsing of coniditionally loaded subcommands.Chad Smith2017-08-251-0/+15
* schema cli: Add schema subcommand to cloud-init cli and cc_runcmd schemaChad Smith2017-08-221-1/+20
* tools: Add tooling for basic cloud-init performance analysis.Chad Smith2017-08-211-3/+84
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-0/+5
* Remove some unused importsJoshua Harlow2016-06-151-3/+0
* Fix a few tools and tests for newer pep8Joshua Harlow2016-06-151-1/+2
* Make the bin/cloud-init an actual console entrypointJoshua Harlow2016-06-141-25/+12
* Remerge against head/masterJoshua Harlow2016-05-191-6/+1
|\
| * Fix py26 for rhel (and older versions of python)Joshua Harlow2016-05-111-6/+1
* | run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser2016-05-121-2/+2
|/
* temporarily disasble test if no bin/cloud-initScott Moser2015-05-151-2/+8
* Fix traceback with no arguments on Python 3.Daniel Watkins2015-02-261-0/+48