aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_span.py
diff options
context:
space:
mode:
authorKlement Sekera <ksekera@cisco.com>2017-01-12 03:39:42 +0100
committerNeale Ranns <nranns@cisco.com>2017-01-12 13:07:00 +0000
commit8213045f127776e92fed615148e27ea6f2c9a334 (patch)
tree401f42501b30081c1d83c2267c6eb8c352192099 /test/test_span.py
parent797235a6aacccdb1503374439e91eca245b48294 (diff)
make test: fix typo
Change-Id: I70b4123129aab5770a45ccde4cef4452d06386b8 Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'test/test_span.py')
-rw-r--r--test/test_span.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_span.py b/test/test_span.py
index dc0110db..d8b65252 100644
--- a/test/test_span.py
+++ b/test/test_span.py
@@ -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" %