Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanG100 committed May 2, 2024
1 parent 5a97ca1 commit 393b48d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dataplane/saiserver/routing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,15 @@ func TestCreateRouterInterface(t *testing.T) {
Value: []byte{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01},
},
},
}, {
ActionType: fwdpb.ActionType_ACTION_TYPE_FLOW_COUNTER,
Action: &fwdpb.ActionDesc_Flow{
Flow: &fwdpb.FlowCounterActionDesc{
CounterId: &fwdpb.FlowCounterId{
ObjectId: &fwdpb.ObjectId{Id: "1-in-counter"},
},
},
},
}},
}},
},
Expand Down

0 comments on commit 393b48d

Please sign in to comment.