]> git.proxmox.com Git - qemu-server.git/commit
Add tests for parse_ovf function
authorEmmanuel Kasper <e.kasper@proxmox.com>
Wed, 13 Sep 2017 14:10:24 +0000 (16:10 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 25 Sep 2017 11:31:55 +0000 (13:31 +0200)
commit5fd0910be3b7a942e81f04e17db6658c2c600fab
treed0b758cc68bb9fb9c73bdc19dc3d1d39e6ffc186
parentd16287d8d27f088ef590a88c35bcd0916038dfaa
Add tests for parse_ovf function

This includes:
 * a test script
 * the manifests generated by exports from a VmWare Workstation
 *  disk images are generated from qemu-img, with a 2KB size
(it is possible to inspect the disk images with od -bc
they contain a VMDK header and the rest are null characters)
test/Makefile
test/ovf_manifests/Win10-Liz-disk1.vmdk [new file with mode: 0644]
test/ovf_manifests/Win10-Liz.ovf [new file with mode: 0755]
test/ovf_manifests/Win_2008_R2_two-disks.ovf [new file with mode: 0755]
test/ovf_manifests/disk1.vmdk [new file with mode: 0644]
test/ovf_manifests/disk2.vmdk [new file with mode: 0644]
test/run_ovf_tests.pl [new file with mode: 0755]