summaryrefslogtreecommitdiff
path: root/tests/unittests/test_datasource/test_ec2.py
AgeCommit message (Expand)Author
2021-12-03Reorganize unit test locations under tests/unittests (#1126)Brett Holman
2020-06-19printing the error stream of the dhclient process before killing it (#369)Moustafa Moustafa
2020-06-02test: fix all flake8 E121 and E123 errors (#404)Joshua Powers
2020-06-01test: fix all flake8 E741 errors (#401)Joshua Powers
2020-05-01DataSourceEc2: use metadata's NIC ordering to determine route-metrics (#342)Daniel Watkins
2020-03-18ec2: render network on all NICs and add secondary IPs as static (#114)Chad Smith
2020-03-05ec2: Do not fallback to IMDSv1 on EC2 (#216)Chad Smith
2020-02-19ec2: Do not log IMDSv2 token values, instead use REDACTED (#219)Ryan Harper
2020-01-29Replace mock library with unittest.mock (#186)Daniel Watkins
2019-11-22ec2: Add support for AWS IMDS v2 (session-oriented) (#55)Ryan Harper
2019-10-11Add Support for e24cloud to Ec2 datasource.Scott Moser
2019-09-18Add datasource for ZStack platform.Shixin Ruan
2019-07-16net: add rfc3442 (classless static routes) to EphemeralDHCPRyan Harper
2019-02-14EC2: Rewrite network config on AWS Classic instances every bootGuilherme G. Piccoli
2018-11-08tests: ec2 mock missing httpretty user-data and instance-identity routesChad Smith
2018-10-09instance-data: Add standard keys platform and subplatform. Refactor ec2.Chad Smith
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