s/nf2/nf3/

This commit is contained in:
Nico Schottelius 2019-07-13 19:12:04 +02:00
parent c243778bc3
commit 6c770567ab
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ def test_port1():
# Send on nf3
pktCnt += 1
applyPkt(pkt, 'nf2', pktCnt)
applyPkt(pkt, 'nf3', pktCnt)
# Receive on nf0
expPkt(pkt, 'nf0')