summaryrefslogtreecommitdiff
path: root/tests/unittests/test_ec2_util.py
AgeCommit message (Expand)Author
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2021-12-03Reorganize unit test locations under tests/unittests (#1126)Brett Holman
2018-05-23tests: Avoid using https in httpretty, improve HttPretty test case.Scott Moser
2017-09-05relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman
2017-01-24tests: No longer monkey patch httpretty for python 3.4.2Scott Moser
2017-01-20EC2: Do not cache security credentials on diskAndrew Jorgensen
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-05-12run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser
2015-03-04Fix hang caused by HTTPretty on Python 3.4.2.Daniel Watkins
2015-02-25move towards user-data being binaryScott Moser
2014-08-22ec2_utils.py: get_instance_metadata explicitly add trailing /Scott Moser
2014-07-24merge from trunkScott Moser
2014-07-23fix httpretty based test cases if http_proxy is set.Scott Moser
2014-07-23more import statementsDimitri John Ledkov
2014-02-07Remerged with trunkJoshua Harlow
2014-02-01Add a openstack specific datasourceJoshua Harlow
2014-01-23Skip retry and continued fetch of userdata when NOT_FOUNDJoshua Harlow
2014-01-17drop requirement on boto for its boto.utils.get_instance_metadata()Scott Moser
2014-01-10Add ec2 utils tests and httpretty requirement for http mockingJoshua Harlow