mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-04 21:35:05 +00:00

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)
11 lines
187 B
Makefile
11 lines
187 B
Makefile
all: test
|
|
|
|
test: test_snapshot test_ovf
|
|
|
|
test_snapshot: run_snapshot_tests.pl
|
|
./run_snapshot_tests.pl
|
|
./test_get_replicatable_volumes.pl
|
|
|
|
test_ovf: run_ovf_tests.pl
|
|
./run_ovf_tests.pl
|