pve-manager/test/Makefile
Lukas Wagner 79a02b0e48 tests: remove vzdump_notification test
With the upcoming changes in how we send notifications, this one
really becomes pretty annoying to keep working. The location where
templates are looked up are defined in the proxmox_notify crate, so
there is no easy way to mock this for testing.
The test itself seemed not super valuable, mainly testing if
the backup logs are shortened if they ware too long - so they are just
removed.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
Tested-by: Max Carrara <m.carrara@proxmox.com>
Reviewed-by: Max Carrara <m.carrara@proxmox.com>
2024-06-03 14:16:35 +02:00

41 lines
708 B
Makefile

include ../defines.mk
all:
export PERLLIB=..
.PHONY: check
check: test-replication test-balloon test-vzdump test-osd
.PHONY: test-balloon
test-balloon:
./balloontest.pl
.PHONY: test-replication
test-replication: replication1.t replication2.t replication3.t replication4.t replication5.t replication6.t
replication%.t: replication_test%.pl
./$<
.PHONY: test-vzdump
test-vzdump: test-vzdump-guest-included test-vzdump-new
.PHONY: test-vzdump-guest-included
test-vzdump-guest-included:
./vzdump_guest_included_test.pl
.PHONY: test-vzdump-new
test-vzdump-new:
./vzdump_new_test.pl
.PHONY: test-osd
test-osd:
./OSD_test.pl
.PHONY: install
install:
.PHONY: clean
clean:
rm -rf *~ .mocked_* *.tmp