]> git.proxmox.com Git - qemu-server.git/blob - test/Makefile
cfg2cmd: switch off ACPI hotplug on bridges for q35 VMs
[qemu-server.git] / test / Makefile
1 MIGRATION_TEST_NAMES := $(shell ./run_qemu_migrate_tests.pl DUMP_NAMES)
2 MIGRATION_TEST_TARGETS := $(addprefix test_migration_,$(MIGRATION_TEST_NAMES))
3
4 all: test
5
6 test: test_snapshot test_ovf test_cfg_to_cmd test_pci_addr_conflicts test_qemu_img_convert test_migration test_restore_config
7
8 test_snapshot: run_snapshot_tests.pl
9 ./run_snapshot_tests.pl
10 ./test_get_replicatable_volumes.pl
11
12 test_ovf: run_ovf_tests.pl
13 ./run_ovf_tests.pl
14
15 test_cfg_to_cmd: run_config2command_tests.pl cfg2cmd/*.conf
16 perl -I../ ./run_config2command_tests.pl
17
18 test_qemu_img_convert: run_qemu_img_convert_tests.pl
19 perl -I../ ./run_qemu_img_convert_tests.pl
20
21 test_pci_addr_conflicts: run_pci_addr_checks.pl
22 ./run_pci_addr_checks.pl
23
24 test_migration: run_qemu_migrate_tests.pl MigrationTest/*.pm $(MIGRATION_TEST_TARGETS)
25
26 $(MIGRATION_TEST_TARGETS):
27 ./run_qemu_migrate_tests.pl $(@:test_migration_%=%)
28
29 test_restore_config: run_qemu_restore_config_tests.pl
30 ./run_qemu_restore_config_tests.pl
31
32 .PHONY: clean
33 clean:
34 rm -rf MigrationTest/run