summaryrefslogtreecommitdiff
path: root/tests/unittests/test_datasource/test_gce.py
Commit message (Expand)AuthorAgeFilesLines
* README: Mention move of revision control to git.HEADtrunkScott Moser2016-08-101-166/+0
* Re-apply "Remove trailing dot from GCE metadata URL (LP: #1581200) [Phil Roche]"Daniel Watkins2016-06-151-1/+1
* run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser2016-05-121-1/+1
* Return a sensible value for DataSourceGCE.availability_zone.Daniel Watkins2015-07-061-0/+5
* Reduce repetition in GCE data source tests.Daniel Watkins2015-07-061-35/+12
* GCE instance-level SSH keys override project-level keys. (LP: #1403617)Daniel Watkins2015-04-201-4/+34
* Add test that missing GCE required key returns False.Daniel Watkins2015-04-201-0/+11
* Fix hang caused by HTTPretty on Python 3.4.2.Daniel Watkins2015-03-041-1/+2
* move towards user-data being binaryScott Moser2015-02-251-1/+1
* More test repairs.Barry Warsaw2015-01-261-1/+1
* Low hanging Python 3 fruit.Barry Warsaw2015-01-221-1/+1
* Use the short name for GCE hostnames per GCE's request (LP: #1383794).Ben Howard2015-01-141-3/+4
* remove the user-data-encoding from test meta-dataScott Moser2015-01-061-1/+0
* pep8Scott Moser2015-01-061-3/+5
* add user-data encoding support for gceWayne Witzel III2014-12-191-16/+43
* merge from trunkScott Moser2014-07-241-1/+2
|\
| * fix httpretty based test cases if http_proxy is set.Scott Moser2014-07-231-1/+2
* | moreDimitri John Ledkov2014-07-231-1/+1
|/
* Fix a few tests that have been failing in python 2.6Joshua Harlow2014-07-161-2/+3
* GCE: use dns name instead of IP addressVaidas Jablonskis2014-02-131-2/+1
* GCE: add unit tests, user-data support and few other fixesVaidas Jablonskis2014-02-131-0/+112