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