summaryrefslogtreecommitdiff
path: root/tests/unittests/test_datasource/test_azure.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize unit test locations under tests/unittests (#1126)Brett Holman2021-12-031-3394/+0
* sources/azure: remove unused remnants related to agent command (#1119)Chris Patterson2021-11-291-34/+12
* testing: monkeypatch system_info call in unit tests (SC-533) (#1117)James Falcon2021-11-221-10/+3
* azure: pps imds (#1093)Anh Vo2021-11-021-5/+78
* tox: bump the pinned flake8 and pylint version (#1029)Paride Legovini2021-09-211-3/+3
* Azure: Retry dhcp on timeouts when polling reprovisiondata (#998)aswinrajamannar2021-08-241-0/+34
* Azure: During primary nic detection, check interface status continuously befo...aswinrajamannar2021-08-201-5/+15
* Azure: Check if interface is up after sleep when trying to bring it up (#972)aswinrajamannar2021-08-121-0/+19
* Azure: Limit polling network metadata on connection errors (#961)aswinrajamannar2021-08-101-2/+8
* Azure: mount default provisioning iso before try device listing (#870)Anh Vo2021-07-191-12/+40
* Allow user control over update events (#834)James Falcon2021-05-131-2/+2
* Add \r\n check for SSH keys in Azure (#889)James Falcon2021-05-051-0/+12
* Azure: adding support for consuming userdata from IMDS (#884)Anh Vo2021-04-271-0/+50
* Azure: Retry net metadata during nic attach for non-timeout errs (#878)aswinrajamannar2021-04-261-11/+84
* Azure: Retrieve username and hostname from IMDS (#865)Thomas Stringer2021-04-261-3/+84
* azure: Removing ability to invoke walinuxagent (#799)Anh Vo2021-04-131-97/+0
* Add flexibility to IMDS api-version (#793)Thomas Stringer2021-03-031-3/+39
* Azure: Support for VMs without ephemeral resource disks. (#800)Johnson Shi2021-02-221-12/+40
* azure: case-insensitive UUID to avoid new IID during kernel upgrade (#798)Chad Smith2021-02-191-5/+34
* Fix regression with handling of IMDS ssh keys (#760)Thomas Stringer2021-01-111-1/+3
* Azure: only generate config for NICs with addresses (#709)Thomas Stringer2020-12-161-0/+40
* Ability to hot-attach NICs to preprovisioned VMs before reprovisioning (#613)aswinrajamannar2020-11-231-14/+422
* DataSourceAzure: update password for defuser if exists (#671)Anh Vo2020-11-181-0/+3
* DataSourceAzure: send failure signal on Azure datasource failure (#594)Johnson Shi2020-11-181-44/+278
* cloudinit: move dmi functions out of util (#622)Scott Moser2020-11-021-5/+5
* DataSourceAzure: write marker file after report ready in preprovisioning (#590)Johnson Shi2020-10-161-18/+68
* net: add the ability to blacklist network interfaces based on driver during e...Anh Vo2020-10-131-14/+35
* Azure parse_network_config uses fallback cfg when generate IMDS network cfg f...Johnson Shi2020-09-241-57/+73
* Retrieve SSH keys from IMDS first with OVF as a fallback (#509)Thomas Stringer2020-09-101-10/+54
* Azure: Add netplan driver filter when using hv_netvsc driver (#539)James Falcon2020-08-241-0/+17
* azure: disable bouncing hostname when setting hostname fails (#494)Anh Vo2020-07-221-0/+11
* test: fix all flake8 E126 errors (#425)Joshua Powers2020-06-101-14/+19
* Move subp into its own module. (#416)Scott Moser2020-06-081-15/+15
* Enhance poll imds logging (#365)Moustafa Moustafa2020-06-031-4/+5
* test: fix all flake8 E121 and E123 errors (#404)Joshua Powers2020-06-021-4/+4
* cloudinit: drop dependencies on unittest2 and contextlib2 (#322)Daniel Watkins2020-04-241-4/+4
* cloudinit/tests: remove unneeded with_logs configuration (#263)Daniel Watkins2020-03-191-2/+0
* azure: avoid re-running cloud-init when instance-id is byte-swapped (#84)AOhassan2019-12-121-3/+21
* azure: support secondary ipv6 addresses (#33)Chad Smith2019-11-131-2/+32
* azure: support matching dhcp route-metrics for dual-stack ipv4 ipv6Chad Smith2019-11-041-0/+101
* azure: Do not lock user on instance id changeSam Eiderman2019-10-291-0/+16
* Azure: Record boot timestamps, system information, and diagnostic eventsAnh Vo2019-08-141-5/+10
* azure/net: generate_fallback_nic emits network v2 config instead of v1Chad Smith2019-08-131-1/+58
* net: add rfc3442 (classless static routes) to EphemeralDHCPRyan Harper2019-07-161-2/+4
* azure: add region and AZ properties from imds compute location metadataChad Smith2019-06-251-7/+40
* freebsd: ability to grow root file systemGonéri Le Bouder2019-05-281-24/+0
* DataSourceAzure: Adjust timeout for polling IMDSAnh Vo2019-05-081-3/+7
* test_azure: mock util.SeLinuxGuard where neededJason Zions (MSFT)2019-04-181-0/+3
* Azure: Ensure platform random_seed is always serializable as JSON.Jason Zions (MSFT)2019-03-261-2/+22
* drop Python 2.6 support and our NIH version detectionDaniel Watkins2019-03-041-3/+1