Skip to content

Commit d71b046

Browse files
committed
fix unit-test
Signed-off-by: Mohamed Mahmoud <[email protected]>
1 parent ee8e7f8 commit d71b046

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/pipeline/pipeline_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ parameters:
182182
{
183183
Interface: "eth0",
184184
Direction: pbflow.Direction_EGRESS,
185+
Udn: "udn-1",
185186
},
186187
},
187188
EthProtocol: 2048,
@@ -249,6 +250,7 @@ parameters:
249250
"TimeFlowStartMs": float64(startTime.UnixMilli()),
250251
"TimeFlowEndMs": float64(endTime.UnixMilli()),
251252
"Interfaces": []interface{}{"eth0"},
253+
"Udns": []interface{}{"udn-1"},
252254
"AgentIP": "10.11.12.13",
253255
"PktDropBytes": float64(100),
254256
"PktDropPackets": float64(10),

0 commit comments

Comments
 (0)