try 1 == nf0

This commit is contained in:
Nico Schottelius 2019-06-03 22:01:58 +02:00
commit e0226c4c90
2 changed files with 9 additions and 1 deletions

View file

@ -108,7 +108,7 @@ def test_port1():
pkt = Ether(dst=MAC2, src=MAC1)
pkt = pad_pkt(pkt, 64)
applyPkt(pkt, 'nf0', pktCnt)
expPkt(pkt, 'nf3')
expPkt(pkt, 'nf0')
# Test that packets are being mirrored
def test_mirror():