mirror of
https://github.com/containers/gvisor-tap-vsock.git
synced 2025-10-05 16:56:50 +08:00
Add go API for /services/dhcp/leases
Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user