index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
sagitta
(mirror of https://github.com/marekm72/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
cloud_tests
/
testcases
/
base.py
Age
Commit message (
Expand
)
Author
2021-09-29
testing: remove cloud_tests (#1020)
James Falcon
2020-07-15
cloudinit: remove global disable of pylint W0107 and fix errors (#489)
Daniel Watkins
2020-06-10
test: fix all flake8 E126 errors (#425)
Joshua Powers
2020-06-01
test: fix all flake8 E741 errors (#401)
Joshua Powers
2020-04-24
cloudinit: drop dependencies on unittest2 and contextlib2 (#322)
Daniel Watkins
2020-03-18
ec2 json validation: fix the reference to the 'merged_cfg' key (#256)
Paride Legovini
2020-03-10
instance-data: add cloud-init merged_cfg and sys_info keys to json (#214)
Chad Smith
2018-10-10
tests: meta_data key changed to meta-data in ec2 instance-data.json
Chad Smith
2018-10-10
tests: fix kvm integration test to assert flexible config-disk path
Chad Smith
2018-10-09
instance-data: Add standard keys platform and subplatform. Refactor ec2.
Chad Smith
2018-10-01
tests: allow skipping an entire cloud_test without running.
Scott Moser
2018-09-26
tests: fix ec2 integration tests. process meta_data instead of meta-data
Chad Smith
2018-09-25
cli: add cloud-init query subcommand to query instance metadata
Chad Smith
2018-09-11
user-data: jinja template to render instance-data.json in cloud-config
Chad Smith
2018-05-09
tests: fix package and ca_cert cloud_tests on bionic
Chad Smith
2018-04-19
pylint: pay attention to unused variable warnings.
Scott Moser
2018-04-18
pycodestyle: Fix invalid escape sequences in string literals.
Scott Moser
2018-04-07
tests: fix ec2 integration network metadata validation
Chad Smith
2018-03-16
cc_snap: Add new module to install and configure snapd and snap packages.
Chad Smith
2018-01-25
tests: Collect script output as binary, collect systemd journal, fix lxd.
Scott Moser
2017-12-07
pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints.
Ryan Harper
2017-10-20
citest: fix remaining warnings raised by integration tests.
Scott Moser
2017-10-20
citest: show the class actual class name in results.
Scott Moser
2017-10-18
schema: Log debug instead of warning when jsonschema is not available.
Scott Moser
2017-06-08
Integration Testing: tox env, pyxld 2.2.3, and revamp framework
Wesley Wiedenmeier
2017-03-24
Add support for setting hashed passwords
Tore S. Lonoy
2017-03-17
test: Adding integratiron test for password as list
Joshua Powers
2016-12-22
integration test: initial commit of integration test framework
Wesley Wiedenmeier