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
Age
Commit message (
Expand
)
Author
2015-05-15
pep8 fixes
Scott Moser
2015-05-08
Fix retrying.
Daniel Watkins
2015-05-08
Reintroduce original code path.
Daniel Watkins
2015-05-08
Move our walinuxagent implementation to a single function call.
Daniel Watkins
2015-05-08
Stop using Python 3 only tempfile.TemporaryDirectory (but lose free cleanup).
Daniel Watkins
2015-05-08
Split WALinuxAgentShim code out to separate file.
Daniel Watkins
2015-05-08
Make find_endpoint a staticmethod to clean up top-level namespace.
Daniel Watkins
2015-05-08
Return a dict of data from WALinuxAgentShim, rather than accessing attributes.
Daniel Watkins
2015-05-07
Implement basic replacement for walinuxagent in Azure data source.
Daniel Watkins
2015-05-01
fix 'Make pyflakes'
Scott Moser
2015-05-01
Azure: if user has set hostname, do not overwrite it
Scott Moser
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-04-15
Reset host name after bounce has allowed walinuxagent to run successfully.
Daniel Watkins
2015-04-15
Add unit tests for Azure hostname bouncing.
Daniel Watkins
2015-03-25
Ensure that the serial console is always closed.
Daniel Watkins
2015-03-25
Refactor tests to assume JoyentMetadataClient is correct.
Daniel Watkins
2015-03-25
Convert DataSourceSmartOS to use v2 metadata.
Daniel Watkins
2015-03-25
Organise imports in test_smartos.py.
Daniel Watkins
2015-03-13
Write and read bytes to/from the SmartOS serial console.
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-02-24
Azure: Fix consumption of user-data
Scott Moser
2015-02-24
use util.decode_binary rather than str, add tests.
Scott Moser
2015-02-24
merge from trunk
Scott Moser
2015-02-20
Add automated tests for CloudStack passwords.
Daniel Watkins
2015-02-18
Read ovf-env.xml as bytes.
Daniel Watkins
2015-02-10
pep8
Scott Moser
2015-01-27
Respond to review:
Barry Warsaw
2015-01-26
super() works in all of Python 2.6, 2.7, and 3.4.
Barry Warsaw
2015-01-26
Repair the Python 2.6 tests.
Barry Warsaw
2015-01-26
Trunk merged and ported.
Barry Warsaw
2015-01-26
Port the MAAS code to oauthlib.
Barry Warsaw
2015-01-26
* More str/bytes fixes.
Barry Warsaw
2015-01-26
More Python 3 test fixes.
Barry Warsaw
2015-01-26
More test repairs.
Barry Warsaw
2015-01-22
Low hanging Python 3 fruit.
Barry Warsaw
2015-01-22
More conversions from mocker to mock.
Barry Warsaw
2015-01-22
More test ports from mocker to mock.
Barry Warsaw
2015-01-22
Use .addCleanup() instead of a .tearDown() where appropriate, although we
Barry Warsaw
2015-01-22
merge from trunk
Scott Moser
2015-01-21
Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed
Barry Warsaw
2015-01-21
More octal literal fixes.
Barry Warsaw
2015-01-21
Fix file modes to be Python 2/3 compatible.
Barry Warsaw
2015-01-14
Drop reliance on dmidecode executable.
Ben Howard
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
merge from trunk
Scott Moser
2015-01-06
tools/run-pep8: remove leading ',' fed to --ignore
Scott Moser
2015-01-06
pep8
Scott Moser
[next]