Skip to content

Commit 23a13d6

Browse files
committed
Remove redundant interface check from test
1 parent ca8ef40 commit 23a13d6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ovs/openflow_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,11 +1521,6 @@ actions: output enqueue set_vlan_vid set_vlan_pcp strip_vlan mod_dl_src mod_dl_d
15211521
name, wantMapping.macAddress, gotMapping.macAddress)
15221522
}
15231523
}
1524-
1525-
// Verify all interfaces are included
1526-
if _, ok := got["eth0"]; !ok {
1527-
t.Fatalf("all interfaces should be included, eth0 missing")
1528-
}
15291524
}
15301525

15311526
func TestClientOpenFlowDumpPortMappingsEmptyOutput(t *testing.T) {

0 commit comments

Comments
 (0)