git://git.halfball.org
/
plugins.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a690f77
)
ptp: fix testcase for Interface int-pointer changes
author
Dan Williams
<dcbw@redhat.com>
Wed, 5 Jul 2017 21:26:19 +0000
(16:26 -0500)
committer
Dan Williams
<dcbw@redhat.com>
Wed, 5 Jul 2017 21:26:19 +0000
(16:26 -0500)
plugins/main/ptp/ptp_test.go
patch
|
blob
|
history
diff --git
a/plugins/main/ptp/ptp_test.go
b/plugins/main/ptp/ptp_test.go
index
6132cd9
..
ac77d63
100644
(file)
--- a/
plugins/main/ptp/ptp_test.go
+++ b/
plugins/main/ptp/ptp_test.go
@@
-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