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_opennebula.py
Age
Commit message (
Expand
)
Author
2018-10-09
instance-data: Add standard keys platform and subplatform. Refactor ec2.
Chad Smith
2018-09-05
tests: Disallow use of util.subp except for where needed.
Scott Moser
2018-08-03
OpenNebula: Fix null gateway6
Akihiko Ota
2018-03-20
OpenNebula: Update network to return v2 config rather than ENI.
Akihiko Ota
2018-01-24
OpenNebula: Improve network configuration support.
Akihiko Ota
2017-12-05
Datasources: Formalize DataSource get_data and related properties.
Chad Smith
2017-09-05
relocate tests/unittests/helpers.py to cloudinit/tests
Lars Kellogg-Stedman
2017-05-23
flake8: move the pinned version of flake8 up to 3.3.0
Scott Moser
2017-03-31
tests: update OpenNebula and Digital Ocean to not rely on host interfaces.
Scott Moser
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-10-19
OpenNebula: replace 'ip' parsing with cloudinit.net usage.
Scott Moser
2016-03-04
Apply pep8, pyflakes fixes for python2 and 3
Scott Moser
2015-01-27
Respond to review:
Barry Warsaw
2015-01-26
Repair the Python 2.6 tests.
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
2014-07-23
more
Dimitri John Ledkov
2014-07-23
more
Dimitri John Ledkov
2014-03-27
change 'default' encoding to be "None"
Scott Moser
2014-03-25
Added base64 decoding of user data for OpenNebula.
Enol Fernandez
2014-01-17
fix pep8 (trailing ';')
Scott Moser
2014-01-16
DataSourceOpenNebula:parse_shell_config skip 'SECONDS' var if seen
Scott Moser
2013-10-02
fix permission changes
Scott Moser
2013-10-01
Reordered several imports in order for test suite to pass.
Eric Nordlund
2013-09-11
All fake util.find_devs_with set before try-finally section
Vlastimil Holer
2013-09-10
some cleanups and changes
Scott Moser
2013-09-10
Fix detection of ETHx_IP context variable, add test.
Vlastimil Holer
2013-09-10
Detect invalid system user for test
Vlastimil Holer
2013-09-10
Configurable OpenNebula::parseuser. Seed search dir+dev merge. ...
Vlastimil Holer
2013-09-10
Replace RE context.sh parser with Scott's rewrite of bash dumper. Upper case ...
Vlastimil Holer
2013-09-05
PEP8 and Pylint fixes. Move context.sh "parser" into separate
Vlastimil Holer
2013-09-04
Fix RE matching context variables. Test cleanups.
Vlastimil Holer
2013-09-04
Apply parse.diff by Javier Fontan <jfontan@opennebula.org>
Vlastimil Holer
2013-04-02
Apply pep8.patch by Javier Fontan <jfontan@opennebula.org>
Vlastimil Holer
2013-02-19
Test for more variable types in OpenNebula unit test.
Vlastimil Holer
2013-02-19
New unit tests for OpenNebula data source.
Vlastimil Holer