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_ovf.py
Age
Commit message (
Expand
)
Author
2021-12-03
Reorganize unit test locations under tests/unittests (#1126)
Brett Holman
2021-10-29
Add necessary mocks to test_ovf unit tests (#1087)
James Falcon
2021-10-18
VMware: read network-config from ISO (#1066)
Thomas Weißschuh
2021-09-16
VMware: Fix typo introduced in #947 and add test (#1019)
PengpengSun
2021-07-20
VMware: add network-config support in ovf-env.xml (#947)
PengpengSun
2021-07-08
VMware: new "allow_raw_data" switch (#939)
xiaofengw-vmware
2021-01-13
[VMware] Support cloudinit raw data feature (#691)
xiaofengw-vmware
2020-11-02
cloudinit: move dmi functions out of util (#622)
Scott Moser
2020-07-21
VMware: Support parsing DEFAULT-RUN-POST-CUST-SCRIPT (#441)
xiaofengw-vmware
2020-06-08
Move subp into its own module. (#416)
Scott Moser
2020-06-01
test: fix all flake8 E741 errors (#401)
Joshua Powers
2019-10-31
OVF: disable custom script execution by default
Xiaofeng Wang
2019-09-11
VMWware: add option into VMTools config to enable/disable custom script.
Xiaofeng Wang
2018-12-20
OVF: simplify expected return values of transport functions.
Scott Moser
2018-12-20
Vmware: Add support for the com.vmware.guestInfo OVF transport.
Scott Moser
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
2017-12-08
VMware: Support for user provided pre and post-customization scripts
Maitreyee Saikia
2017-09-22
DataSourceOVF: use util.find_devs_with(TYPE=iso9660)
Ryan Harper
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
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-09-12
DataSourceOVF: fix user-data as base64 with python3
Scott Moser