summaryrefslogtreecommitdiff
path: root/cloudinit/sources/tests
AgeCommit message (Expand)Author
2020-11-02cloudinit: move dmi functions out of util (#622)Scott Moser
2020-08-14DataSourceOracle: retry twice (and document why we retry at all) (#536)Daniel Watkins
2020-08-13Support Oracle IMDSv2 API (#528)James Falcon
2020-08-10DataSourceOracle: refactor to use only OPC v1 endpoint (#493)Daniel Watkins
2020-06-10test: fix all flake8 E126 errors (#425)Joshua Powers
2020-04-24cloudinit: drop dependencies on unittest2 and contextlib2 (#322)Daniel Watkins
2020-04-20tests: add missing mocks for get_interfaces_by_mac (#326)Daniel Watkins
2020-03-27sources/tests/test_init: drop use of deprecated inspect.getargspec (#285)Daniel Watkins
2020-03-20test_oracle,DataSourceOracle: sort imports (#266)Daniel Watkins
2020-03-19cloudinit/tests: remove unneeded with_logs configuration (#263)Daniel Watkins
2020-03-10instance-data: add cloud-init merged_cfg and sys_info keys to json (#214)Chad Smith
2020-03-04instance-data: write redacted cfg to instance-data.json (#233)Chad Smith
2020-01-29Replace mock library with unittest.mock (#186)Daniel Watkins
2020-01-21Drop most of the remaining use of six (#179)Daniel Watkins
2019-09-27util: json.dumps on python 2.7 will handle UnicodeDecodeError on binaryChad Smith
2019-09-09net,Oracle: Add support for netfailover detectionRyan Harper
2019-08-28Oracle: Render secondary vnic IP and MTU values onlyRyan Harper
2019-08-19DataSourceOracle: prefer DS network config over initramfsDaniel Watkins
2019-08-14DataSourceOracle: configure secondary NICs on Virtual MachinesDaniel Watkins
2019-07-26net/cmdline: split interfaces_by_mac and init network config determinationDaniel Watkins
2019-04-10Revert "DataSource: move update_events from a class to an instance..."Daniel Watkins
2019-03-14DataSource: move update_events from a class to an instance attributeDaniel Watkins
2018-10-09tools: Add cloud-id command line utilityChad Smith
2018-10-09instance-data: Add standard keys platform and subplatform. Refactor ec2.Chad Smith
2018-09-26docs: surface experimental doc in instance-data.jsonChad Smith
2018-09-25cli: add cloud-init query subcommand to query instance metadataChad Smith
2018-09-11user-data: jinja template to render instance-data.json in cloud-configChad Smith
2018-08-17Add datasource Oracle Compute Infrastructure (OCI).Scott Moser
2018-07-26update_metadata re-config on every boot comments and tests not quite rightMike Gerdts
2018-07-01update_metadata: a datasource can support network re-config every bootChad Smith
2018-05-23openstack: Allow discovery in init-local using dhclient in a sandbox.Chad Smith
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2018-03-20datasources: fix DataSource subclass get_hostname method signatureChad Smith
2018-03-14set_hostname: When present in metadata, set it before network bringup.Chad Smith
2017-12-05Datasources: Formalize DataSource get_data and related properties.Chad Smith