summaryrefslogtreecommitdiff
path: root/tests/unittests/test_datasource
AgeCommit message (Expand)Author
2020-11-23Ability to hot-attach NICs to preprovisioned VMs before reprovisioning (#613)aswinrajamannar
2020-11-18DataSourceAzure: update password for defuser if exists (#671)Anh Vo
2020-11-18Azure helper: Increase Azure Endpoint HTTP retries (#619)Johnson Shi
2020-11-18DataSourceAzure: send failure signal on Azure datasource failure (#594)Johnson Shi
2020-11-02cloudinit: move dmi functions out of util (#622)Scott Moser
2020-10-30Hetzner: Fix instance_id / SMBIOS serial comparison (#640)Markus Schade
2020-10-29Hetzner: initialize instance_id from system-serial-number (#630)Markus Schade
2020-10-16DataSourceAzure: write marker file after report ready in preprovisioning (#590)Johnson Shi
2020-10-15openstack: consider product_name as valid chassis tag (#580)Adrian Vladu
2020-10-13net: add the ability to blacklist network interfaces based on driver during e...Anh Vo
2020-09-24Azure parse_network_config uses fallback cfg when generate IMDS network cfg f...Johnson Shi
2020-09-10Retrieve SSH keys from IMDS first with OVF as a fallback (#509)Thomas Stringer
2020-08-24Azure: Add netplan driver filter when using hv_netvsc driver (#539)James Falcon
2020-08-13Refactor Azure report ready code (#468)Johnson Shi
2020-07-22azure: disable bouncing hostname when setting hostname fails (#494)Anh Vo
2020-07-21VMware: Support parsing DEFAULT-RUN-POST-CUST-SCRIPT (#441)xiaofengw-vmware
2020-07-15cloudinit: remove global disable of pylint W0107 and fix errors (#489)Daniel Watkins
2020-07-13cloudinit: remove global disable of pylint W0105 and fix errors (#480)Daniel Watkins
2020-07-13Fix two minor warnings (#475)Daniel Watkins
2020-07-02tests: use markers to configure disable_subp_usage (#473)Daniel Watkins
2020-06-30networking: refactor is_physical from cloudinit.net (#457)Daniel Watkins
2020-06-22Hetzner: support reading user-data that is base64 encoded. (#448)Scott Moser
2020-06-19printing the error stream of the dhclient process before killing it (#369)Moustafa Moustafa
2020-06-10test: fix all flake8 E126 errors (#425)Joshua Powers
2020-06-08test: move conftest.py to top-level, to cover tests/ also (#414)Daniel Watkins
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-06-03Enhance poll imds logging (#365)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-14cloudinit: remove unneeded __future__ imports (#362)Daniel Watkins
2020-05-01DataSourceEc2: use metadata's NIC ordering to determine route-metrics (#342)Daniel Watkins
2020-04-24BSD: find_devs_with_ refactoring (#298)Gonéri Le Bouder
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-31rbxcloud: gracefully handle arping errors (#262)Adam Dobrawy
2020-03-26Identify SAP Converged Cloud as OpenStackSilvio Knizek
2020-03-19cloudinit/tests: remove unneeded with_logs configuration (#263)Daniel Watkins
2020-03-18ec2: render network on all NICs and add secondary IPs as static (#114)Chad Smith
2020-03-10instance-data: add cloud-init merged_cfg and sys_info keys to json (#214)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-31cloudinit: replace "from six import X" imports (except in util.py) (#183)Daniel Watkins
2020-01-29Replace mock library with unittest.mock (#186)Daniel Watkins
2020-01-29Scaleway: Fix DatasourceScaleway to avoid backtrace (#128)Louis Bouchard
2020-01-21Drop most of the remaining use of six (#179)Daniel Watkins
2019-12-18tests: Add tests for value of dsname in datasourcesAdam Dobrawy
2019-12-12azure: avoid re-running cloud-init when instance-id is byte-swapped (#84)AOhassan
2019-12-02url_helper: read_file_or_url should pass headers param into readurl (#66)Chad Smith
2019-11-22ec2: Add support for AWS IMDS v2 (session-oriented) (#55)Ryan Harper
2019-11-21tests: Fix cloudsigma tests when no dmidecode data is present. (#57)Scott Moser