summaryrefslogtreecommitdiff
path: root/tests/unittests/test_datasource
AgeCommit message (Expand)Author
2016-03-23unittest: fix bad json test with ConfigDriveRyan Harper
2016-03-23configdata: parse and convert openstack network_data json to network_configRyan Harper
2016-03-04pep8: update formatting to pass pep8 1.4.6 (trusty) and 1.6.2 (xenial)Ryan Harper
2016-03-04Apply pep8, pyflakes fixes for python2 and 3Scott Moser
2016-03-03Fix pyflake/pyflake3 errorsRyan Harper
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2016-03-03run pyflakes in more places, fix falloutScott Moser
2016-02-16Handle escaped quotes in WALinuxAgentShim.find_endpointScott Moser
2016-02-04SmartOS: Add support for Joyent LX-Brand Zones (LP: #1540965)Robert Jennings
2015-10-30Use DMI data to find Azure instance IDs.Daniel Watkins
2015-10-14AZURE: support extracting SSH key values from ovf-env.xmlBen Howard
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-09-08NoCloud: fix consumption of vendor-dataScott Moser
2015-08-07hopefully fix DataSourceMAASScott Moser
2015-07-22mounts: support reliably detecting and using Azure ephemeral disksScott Moser
2015-07-21fix 'make pyflakes'Scott Moser
2015-07-21Use /dev/disk devices for Azure ephemeral disk.Daniel Watkins
2015-07-06Return a sensible value for DataSourceGCE.availability_zone.Daniel Watkins
2015-07-06Reduce repetition in GCE data source tests.Daniel Watkins
2015-06-16Use wget to fetch CloudStack passwords.Daniel Watkins
2015-05-22AZURE: Redact on-disk user password in /var/lib/ovf-env.xmlBen Howard
2015-05-15pep8 fixesScott Moser
2015-05-08Fix retrying.Daniel Watkins
2015-05-08Reintroduce original code path.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
2015-05-08Make find_endpoint a staticmethod to clean up top-level namespace.Daniel Watkins
2015-05-08Return a dict of data from WALinuxAgentShim, rather than accessing attributes.Daniel Watkins
2015-05-07Implement basic replacement for walinuxagent in Azure data source.Daniel Watkins
2015-05-01fix 'Make pyflakes'Scott Moser
2015-05-01Azure: if user has set hostname, do not overwrite itScott Moser
2015-04-20GCE instance-level SSH keys override project-level keys. (LP: #1403617)Daniel Watkins
2015-04-20Add test that missing GCE required key returns False.Daniel Watkins
2015-04-15Reset host name after bounce has allowed walinuxagent to run successfully.Daniel Watkins
2015-04-15Add unit tests for Azure hostname bouncing.Daniel Watkins
2015-03-25Ensure that the serial console is always closed.Daniel Watkins
2015-03-25Refactor tests to assume JoyentMetadataClient is correct.Daniel Watkins
2015-03-25Convert DataSourceSmartOS to use v2 metadata.Daniel Watkins
2015-03-25Organise imports in test_smartos.py.Daniel Watkins
2015-03-13Write and read bytes to/from the SmartOS serial console.Daniel Watkins
2015-03-04Fix hang caused by HTTPretty on Python 3.4.2.Daniel Watkins
2015-02-25move towards user-data being binaryScott Moser
2015-02-24Azure: Fix consumption of user-dataScott Moser
2015-02-24use util.decode_binary rather than str, add tests.Scott Moser
2015-02-24merge from trunkScott Moser
2015-02-20Add automated tests for CloudStack passwords.Daniel Watkins