index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unittests
/
test_cli.py
Age
Commit message (
Expand
)
Author
2021-12-15
Adopt Black and isort (SC-700) (#1157)
James Falcon
2021-12-07
Add miraclelinux support (#1128)
Haruki TSURUMOTO
2021-12-06
Add Strict Metaschema Validation (#1101)
Brett Holman
2021-12-03
Reorganize unit test locations under tests/unittests (#1126)
Brett Holman
2021-09-13
Support openEuler OS (#1012)
zhuzaifangxuele
2021-09-01
Add CloudLinux OS support (#1003)
Alexandr Kravchenko
2021-08-05
Add support for EuroLinux 7 && EuroLinux 8 (#957)
Aleksander Baranowski
2021-07-21
Add VZLinux support (#951)
eb3095
2021-06-18
Add support for VMware PhotonOS (#909)
sshedi
2021-05-25
Add Rocky Linux support to cloud-init (#906)
Louis Abel
2021-05-07
Add AlmaLinux OS support (#872)
Andrew Lukoshko
2020-11-18
cli: add --system param to allow validating system user-data on a machine (#575)
Chad Smith
2020-08-19
Add Alpine Linux support. (#535)
dermotbradley
2020-04-24
schema: add json schema for write_files module (#152)
Chad Smith
2020-01-21
Drop most of the remaining use of six (#179)
Daniel Watkins
2018-12-03
dhclient-hook: cleanups, tests and fix a bug on 'down' event.
Scott Moser
2018-08-06
tools: Add 'net-convert' subcommand command to 'cloud-init devel'.
Scott Moser
2017-12-14
cli: Fix error in cloud-init modules --mode=init.
Chad Smith
2017-12-05
cli: Add clean and status subcommands
Chad Smith
2017-09-20
docs: fix sphinx module schema documentation
Chad Smith
2017-09-15
cmdline: add collect-logs subcommand.
Chad Smith
2017-09-05
relocate tests/unittests/helpers.py to cloudinit/tests
Lars Kellogg-Stedman
2017-08-25
cli: Fix command line parsing of coniditionally loaded subcommands.
Chad Smith
2017-08-22
schema cli: Add schema subcommand to cloud-init cli and cc_runcmd schema
Chad Smith
2017-08-21
tools: Add tooling for basic cloud-init performance analysis.
Chad Smith
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-06-15
Remove some unused imports
Joshua Harlow
2016-06-15
Fix a few tools and tests for newer pep8
Joshua Harlow
2016-06-14
Make the bin/cloud-init an actual console entrypoint
Joshua Harlow
2016-05-19
Remerge against head/master
Joshua Harlow
2016-05-12
run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.
Scott Moser
2016-05-11
Fix py26 for rhel (and older versions of python)
Joshua Harlow
2015-05-15
temporarily disasble test if no bin/cloud-init
Scott Moser
2015-02-26
Fix traceback with no arguments on Python 3.
Daniel Watkins