]> git.proxmox.com Git - pve-manager.git/commit
tests: remove vzdump_notification test
authorLukas Wagner <l.wagner@proxmox.com>
Tue, 21 May 2024 13:31:47 +0000 (15:31 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 3 Jun 2024 12:16:35 +0000 (14:16 +0200)
commit79a02b0e4877cc3cc891cc443e5199b603cb137b
tree8f8aa9ffca63a0785a22a0c5b147cd0b7ceefed0
parentaacb66ebc52739b79599900d1586b9fc91d5ad4f
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>
test/Makefile
test/vzdump_notification_test.pl [deleted file]