Trying 1 == nf1

This commit is contained in:
Nico Schottelius 2019-06-03 21:42:26 +02:00
parent 8def761c32
commit ce05f4224c
1 changed files with 1 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, 'nf0')
expPkt(pkt, 'nf1')
# Test that packets are being mirrored
def test_mirror():