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_datasource
/
test_ec2.py
Age
Commit message (
Expand
)
Author
2018-11-08
tests: ec2 mock missing httpretty user-data and instance-identity routes
Chad Smith
2018-10-09
instance-data: Add standard keys platform and subplatform. Refactor ec2.
Chad Smith
2018-05-23
tests: Avoid using https in httpretty, improve HttPretty test case.
Scott Moser
2018-02-09
EC2: Fix get_instance_id called against cached datasource pickle.
Chad Smith
2018-01-24
Azure VM Preprovisioning support.
Douglas Jordan
2017-12-07
pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints.
Ryan Harper
2017-12-05
Datasources: Formalize DataSource get_data and related properties.
Chad Smith
2017-11-20
EC2: Fix bug using fallback_nic and metadata when restoring from cache.
Scott Moser
2017-10-31
EC2: Limit network config to fallback nic, fix local-ipv4 only instances.
Chad Smith
2017-09-07
Ec2: only attempt to operate at local mode on known platforms.
Scott Moser
2017-09-05
relocate tests/unittests/helpers.py to cloudinit/tests
Lars Kellogg-Stedman
2017-08-31
tests: Stop leaking calls through unmocked metadata addresses
Chad Smith
2017-08-29
ec2: Add IPv6 dhcp support to Ec2DataSource.
Chad Smith
2017-08-09
ec2: Allow Ec2 to run in init-local using dhclient in a sandbox.
Chad Smith
2017-07-25
tests: Add initial tests for EC2 and improve a docstring.
Scott Moser