index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unittests
/
test_datasource
/
test_gce.py
Age
Commit message (
Expand
)
Author
2016-05-12
run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.
Scott Moser
2015-07-06
Return a sensible value for DataSourceGCE.availability_zone.
Daniel Watkins
2015-07-06
Reduce repetition in GCE data source tests.
Daniel Watkins
2015-04-20
GCE instance-level SSH keys override project-level keys. (LP: #1403617)
Daniel Watkins
2015-04-20
Add test that missing GCE required key returns False.
Daniel Watkins
2015-03-04
Fix hang caused by HTTPretty on Python 3.4.2.
Daniel Watkins
2015-02-25
move towards user-data being binary
Scott Moser
2015-01-26
More test repairs.
Barry Warsaw
2015-01-22
Low hanging Python 3 fruit.
Barry Warsaw
2015-01-14
Use the short name for GCE hostnames per GCE's request (LP: #1383794).
Ben Howard
2015-01-06
remove the user-data-encoding from test meta-data
Scott Moser
2015-01-06
pep8
Scott Moser
2014-12-19
add user-data encoding support for gce
Wayne Witzel III
2014-07-24
merge from trunk
Scott Moser
2014-07-23
fix httpretty based test cases if http_proxy is set.
Scott Moser
2014-07-23
more
Dimitri John Ledkov
2014-07-16
Fix a few tests that have been failing in python 2.6
Joshua Harlow
2014-02-13
GCE: use dns name instead of IP address
Vaidas Jablonskis
2014-02-13
GCE: add unit tests, user-data support and few other fixes
Vaidas Jablonskis