Skip to content

Commit

Permalink
libnetwork/cni: add dhcp ipam driver test case
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Holzinger <[email protected]>
  • Loading branch information
Luap99 committed Mar 17, 2022
1 parent 24d5ab3 commit e48d59a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libnetwork/cni/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1163,6 +1163,7 @@ var _ = Describe("Config", func() {
Expect(network.Driver).To(Equal("macvlan"))
Expect(network.Subnets).To(HaveLen(0))
// DHCP
Expect(network.IPAMOptions).To(HaveKeyWithValue("driver", "dhcp"))
})

It("internal network", func() {
Expand Down

0 comments on commit e48d59a

Please sign in to comment.