summaryrefslogtreecommitdiff
path: root/tests/unittests/sources/test_azure.py
AgeCommit message (Expand)Author
2022-02-15sources/azure: report ready in local phase (#1265)Chris Patterson
2022-02-14sources/azure: validate IMDS network configuration metadata (#1257)Chris Patterson
2022-02-11sources/azure: address mypy/pyright typing complaints (#1245)Chris Patterson
2022-02-10sources/azure: refactor ssh key handling (#1248)Chris Patterson
2022-02-04sources/azure: consolidate ephemeral DHCP configuration (#1229)Chris Patterson
2022-02-04sources/azure: fix metadata check in _check_if_nic_is_primary() (#1232)Chris Patterson
2022-01-31sources/azure: refactor _report_ready_if_needed and _poll_imds (#1222)Chris Patterson
2022-01-28sources/azure: refactor _should_reprovision[_after_nic_attach]() logic (#1206)Chris Patterson
2022-01-20sources/azure: drop unused case in _report_failure() (#1200)Chris Patterson
2022-01-20sources/azure: unpack ret tuple in crawl_metadata() (#1194)Chris Patterson
2022-01-18sources/azure: set ovf_is_accessible when OVF is read successfully (#1193)Chris Patterson
2022-01-18sources/azure: consolidate DHCP variants to EphemeralDHCPv4WithReporting (#1190)Chris Patterson
2022-01-11sources/azure: rename metadata_type -> MetadataType (#1181)Chris Patterson
2022-01-04sources/azure: do not persist failed_desired_api_version flag (#1159)Chris Patterson
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2021-12-10sources/azure: remove unnecessary hostname bounce (#1143)Chris Patterson
2021-12-07mock sleep() in azure test (#1137)Brett Holman
2021-12-03Reorganize unit test locations under tests/unittests (#1126)Brett Holman