summaryrefslogtreecommitdiff
path: root/tests/unittests/test_datasource/test_azure_helper.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize unit test locations under tests/unittests (#1126)Brett Holman2021-12-031-1441/+0
* testing: monkeypatch system_info call in unit tests (SC-533) (#1117)James Falcon2021-11-221-3/+1
* Azure: eject the provisioning iso before reporting ready (#861)Anh Vo2021-04-231-2/+11
* Azure helper: Ensure Azure http handler sleeps between retries (#842)Johnson Shi2021-03-251-2/+9
* Azure helper: Increase Azure Endpoint HTTP retries (#619)Johnson Shi2020-11-181-37/+190
* DataSourceAzure: send failure signal on Azure datasource failure (#594)Johnson Shi2020-11-181-68/+501
* DataSourceAzure: write marker file after report ready in preprovisioning (#590)Johnson Shi2020-10-161-1/+2
* Retrieve SSH keys from IMDS first with OVF as a fallback (#509)Thomas Stringer2020-09-101-5/+8
* Refactor Azure report ready code (#468)Johnson Shi2020-08-131-58/+333
* cloudinit: remove global disable of pylint W0105 and fix errors (#480)Daniel Watkins2020-07-131-4/+3
* Move subp into its own module. (#416)Scott Moser2020-06-081-1/+1
* cloudinit: drop dependencies on unittest2 and contextlib2 (#322)Daniel Watkins2020-04-241-3/+3
* azure: avoid re-running cloud-init when instance-id is byte-swapped (#84)AOhassan2019-12-121-0/+19
* url_helper: read_file_or_url should pass headers param into readurl (#66)Chad Smith2019-12-021-6/+12
* Azure: Return static fallback address as if failed to find endpointJason Zions (MSFT)2019-05-101-2/+7
* azure: Filter list of ssh keys pulled from fabricJason Zions (MSFT)2019-02-221-6/+65
* ubuntu,centos,debian: get_linux_distro to align with platform.distChad Smith2018-07-091-1/+3
* read_file_or_url: move to url_helper, fix bug in its FileResponse.Scott Moser2018-05-171-1/+1
* Azure, CloudStack: Support reading dhcp options from systemd-networkd.Dimitri John Ledkov2017-10-031-48/+95
* Use /run/cloud-init for tempfile operations.Scott Moser2017-09-071-2/+2
* relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman2017-09-051-1/+1
* FreeBSD: improvements and fixes for use on AzureHongjiang Zhang2017-05-101-2/+2
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-0/+4
* Get Azure endpoint server from DHCP clientBrent Baude2016-08-151-3/+12
* Refactor a large part of the networking code.Joshua Harlow2016-06-101-11/+1
|\
| * Just do all the imports on one lineJoshua Harlow2016-06-101-4/+1
| * Remerge against head/masterJoshua Harlow2016-05-191-9/+2
| |\
| | * Fix py26 for rhel (and older versions of python)Joshua Harlow2016-05-111-9/+3
* | | remove unused importScott Moser2016-06-101-1/+0
* | | one moreScott Moser2016-06-101-0/+2
|/ /
* | fix last flake8 errorScott Moser2016-05-121-1/+1
* | run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser2016-05-121-0/+1
|/
* run pyflakes in more places, fix falloutScott Moser2016-03-031-2/+0
* Handle escaped quotes in WALinuxAgentShim.find_endpointScott Moser2016-02-161-30/+46
|\
| * Refactor tests to test helper method directly, and remove need for test helper.Daniel Watkins2015-10-091-42/+42
| * Convert test helper to staticmethod.Daniel Watkins2015-10-091-1/+2
| * Handle colons in packed strings in WALinuxAgentShim.find_endpoint.Daniel Watkins2015-10-091-0/+7
| * Handle escaped quotes in WALinuxAgentShim.find_endpoint.Daniel Watkins2015-10-091-1/+9
* | Use DMI data to find Azure instance IDs.Daniel Watkins2015-10-301-40/+2
|/
* pep8 fixesScott Moser2015-05-151-5/+10
* Fix retrying.Daniel Watkins2015-05-081-0/+11
* Move our walinuxagent implementation to a single function call.Daniel Watkins2015-05-081-5/+51
* Stop using Python 3 only tempfile.TemporaryDirectory (but lose free cleanup).Daniel Watkins2015-05-081-6/+11
* Split WALinuxAgentShim code out to separate file.Daniel Watkins2015-05-081-0/+377