make test: fix typo

Change-Id: I70b4123129aab5770a45ccde4cef4452d06386b8
Signed-off-by: Klement Sekera <ksekera@cisco.com>
This commit is contained in:
Klement Sekera
2017-01-12 03:39:42 +01:00
committed by Neale Ranns
parent 797235a6aa
commit 8213045f12

View File

@ -102,7 +102,7 @@ class TestSpan(VppTestCase):
for i in self.interfaces:
last_info[i.sw_if_index] = None
dst_sw_if_index = dst_if.sw_if_index
self.AssertEqual(
self.assertEqual(
len(capture_pg1),
len(capture_pg2),
"Different number of outgoing and mirrored packets : %u != %u" %