summaryrefslogtreecommitdiff
path: root/tests/unittests/test_datasource/test_azure_helper.py
Commit message (Expand)AuthorAgeFilesLines
* README: Mention move of revision control to git.HEADtrunkScott Moser2016-08-101-412/+0
* 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