index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
sagitta
(mirror of https://github.com/marekm72/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
2020-07-13
Fix two minor warnings (#475)
Daniel Watkins
2020-01-31
cloudinit: replace "from six import X" imports (except in util.py) (#183)
Daniel Watkins
2020-01-29
Replace mock library with unittest.mock (#186)
Daniel Watkins
2019-08-09
Add support for publishing host keys to GCE guest attributes
Rick Wright
2018-05-23
tests: Avoid using https in httpretty, improve HttPretty test case.
Scott Moser
2018-03-01
GCE: fix reading of user-data that is not base64 encoded.
Scott Moser
2018-01-23
tests: Fix attempted use of /run in a test case.
Scott Moser
2018-01-23
GCE: Improvements and changes to ssh key behavior for default user.
Max Illfelder
2017-12-05
Datasources: Formalize DataSource get_data and related properties.
Chad Smith
2017-09-18
GCE: Fix usage of user-data.
Scott Moser
2017-09-05
relocate tests/unittests/helpers.py to cloudinit/tests
Lars Kellogg-Stedman
2017-07-13
tests: fix usage of mock in GCE test.
Scott Moser
2017-07-13
test_gce: Fix invalid mock of platform_reports_gce to return False
Chad Smith
2017-05-25
GCE: Update the attribute used to find instance SSH keys.
Daniel Watkins
2017-03-27
GCE: Search GCE in ds-identify, consider serial number in check.
Scott Moser
2017-01-24
tests: No longer monkey patch httpretty for python 3.4.2
Scott Moser
2017-01-24
reset httppretty for each test
Lars Kellogg-Stedman
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-06-15
Re-apply "Remove trailing dot from GCE metadata URL (LP: #1581200) [Phil Roche]"
Daniel Watkins
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