summaryrefslogtreecommitdiff
path: root/tests/unittests/test_datasource/test_azure_helper.py
AgeCommit message (Expand)Author
2021-12-03Reorganize unit test locations under tests/unittests (#1126)Brett Holman
2021-11-22testing: monkeypatch system_info call in unit tests (SC-533) (#1117)James Falcon
2021-04-23Azure: eject the provisioning iso before reporting ready (#861)Anh Vo
2021-03-25Azure helper: Ensure Azure http handler sleeps between retries (#842)Johnson Shi
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-10-16DataSourceAzure: write marker file after report ready in preprovisioning (#590)Johnson Shi
2020-09-10Retrieve SSH keys from IMDS first with OVF as a fallback (#509)Thomas Stringer
2020-08-13Refactor Azure report ready code (#468)Johnson Shi
2020-07-13cloudinit: remove global disable of pylint W0105 and fix errors (#480)Daniel Watkins
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-04-24cloudinit: drop dependencies on unittest2 and contextlib2 (#322)Daniel Watkins
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-05-10Azure: Return static fallback address as if failed to find endpointJason Zions (MSFT)
2019-02-22azure: Filter list of ssh keys pulled from fabricJason Zions (MSFT)
2018-07-09ubuntu,centos,debian: get_linux_distro to align with platform.distChad Smith
2018-05-17read_file_or_url: move to url_helper, fix bug in its FileResponse.Scott Moser
2017-10-03Azure, CloudStack: Support reading dhcp options from systemd-networkd.Dimitri John Ledkov
2017-09-07Use /run/cloud-init for tempfile operations.Scott Moser
2017-09-05relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman
2017-05-10FreeBSD: improvements and fixes for use on AzureHongjiang Zhang
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-08-15Get Azure endpoint server from DHCP clientBrent Baude
2016-06-10Refactor a large part of the networking code.Joshua Harlow
2016-06-10Just do all the imports on one lineJoshua Harlow
2016-06-10remove unused importScott Moser
2016-06-10one moreScott Moser
2016-05-19Remerge against head/masterJoshua Harlow
2016-05-12fix last flake8 errorScott Moser
2016-05-12run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser
2016-05-11Fix py26 for rhel (and older versions of python)Joshua Harlow
2016-03-03run pyflakes in more places, fix falloutScott Moser
2016-02-16Handle escaped quotes in WALinuxAgentShim.find_endpointScott Moser
2015-10-30Use DMI data to find Azure instance IDs.Daniel Watkins
2015-10-09Refactor tests to test helper method directly, and remove need for test helper.Daniel Watkins
2015-10-09Convert test helper to staticmethod.Daniel Watkins
2015-10-09Handle colons in packed strings in WALinuxAgentShim.find_endpoint.Daniel Watkins
2015-10-09Handle escaped quotes in WALinuxAgentShim.find_endpoint.Daniel Watkins
2015-05-15pep8 fixesScott Moser
2015-05-08Fix retrying.Daniel Watkins
2015-05-08Move our walinuxagent implementation to a single function call.Daniel Watkins
2015-05-08Stop using Python 3 only tempfile.TemporaryDirectory (but lose free cleanup).Daniel Watkins
2015-05-08Split WALinuxAgentShim code out to separate file.Daniel Watkins