summaryrefslogtreecommitdiff
path: root/tests/unittests/test_datasource/test_ec2.py
AgeCommit message (Expand)Author
2018-05-23tests: Avoid using https in httpretty, improve HttPretty test case.Scott Moser
2018-02-09EC2: Fix get_instance_id called against cached datasource pickle.Chad Smith
2018-01-24Azure VM Preprovisioning support.Douglas Jordan
2017-12-07pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints.Ryan Harper
2017-12-05Datasources: Formalize DataSource get_data and related properties.Chad Smith
2017-11-20EC2: Fix bug using fallback_nic and metadata when restoring from cache.Scott Moser
2017-10-31EC2: Limit network config to fallback nic, fix local-ipv4 only instances.Chad Smith
2017-09-07Ec2: only attempt to operate at local mode on known platforms.Scott Moser
2017-09-05relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman
2017-08-31tests: Stop leaking calls through unmocked metadata addressesChad Smith
2017-08-29ec2: Add IPv6 dhcp support to Ec2DataSource.Chad Smith
2017-08-09ec2: Allow Ec2 to run in init-local using dhclient in a sandbox.Chad Smith
2017-07-25tests: Add initial tests for EC2 and improve a docstring.Scott Moser