diff --git a/dataplane/saiserver/routing_test.go b/dataplane/saiserver/routing_test.go index 3d950ee1..2baa3ef1 100644 --- a/dataplane/saiserver/routing_test.go +++ b/dataplane/saiserver/routing_test.go @@ -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"}, + }, + }, + }, }}, }}, },