Add go API for /services/dhcp/leases

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
Christophe Fergeau
2025-09-24 16:06:24 +02:00
parent dc117b2e31
commit 976f29d2d4
4 changed files with 48 additions and 0 deletions

View File

@@ -20,6 +20,13 @@ var _ = ginkgo.Describe("dns with qemu", func() {
})
})
var _ = ginkgo.Describe("dhcp with qemu", func() {
e2e.BasicDHCPTests(e2e.BasicTestProps{
SSHExec: sshExec,
Sock: sock,
})
})
var _ = ginkgo.Describe("command-line format", func() {
ginkgo.It("should convert Command to command line format", func() {
command := types.NewGvproxyCommand()