From: "Michael Köppl" <m.koeppl@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH e2e-tests 1/1] debian: storage-plugin: add libguestfs-tools as recommended dependency
Date: Thu, 10 Sep 2026 15:15:26 +0200 [thread overview]
Message-ID: <20260910131526.951429-1-m.koeppl@proxmox.com> (raw)
Some of the tests in the storage plugin test suite tagged with
`storage-plugin-guest` need `virt-customize` and thus also need
libguestfs-tools. Since running these tests is optional, it's not a hard
dependency for the package, but should nonetheless be recommended.
Suggested-by: Hannes Dürr <h.duerr@proxmox.com>
Signed-off-by: Michael Köppl <m.koeppl@proxmox.com>
---
debian/control | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/control b/debian/control
index 4914b3a..12ff2cc 100644
--- a/debian/control
+++ b/debian/control
@@ -47,6 +47,7 @@ Depends: ${misc:Depends}, ${perl:Depends},
proxmox-test-runner,
proxmox-e2e-tests (>= 0.1.0),
libpve-apiclient-perl
+Recommends: libguestfs-tools
Description: Storage Plugin Tests for Proxmox VE
This package contains automated end-to-end tests intended to be
run directly on a Proxmox VE host to validate custom storage
--
2.47.3
reply other threads:[~2026-09-10 13:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260910131526.951429-1-m.koeppl@proxmox.com \
--to=m.koeppl@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.