ptp: fix testcase for Interface int-pointer changes
This commit is contained in:
parent
a690f775ae
commit
0b9dbef185
@ -86,7 +86,7 @@ var _ = Describe("ptp Operations", func() {
|
||||
Expect(link.Attrs().Name).To(Equal(IFNAME))
|
||||
|
||||
for _, ipc := range res.IPs {
|
||||
if ipc.Interface != 1 {
|
||||
if *ipc.Interface != 1 {
|
||||
continue
|
||||
}
|
||||
seenIPs += 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user