diff options
author | Klement Sekera <ksekera@cisco.com> | 2017-01-12 03:39:42 +0100 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-01-12 13:07:00 +0000 |
commit | 8213045f127776e92fed615148e27ea6f2c9a334 (patch) | |
tree | 401f42501b30081c1d83c2267c6eb8c352192099 | |
parent | 797235a6aacccdb1503374439e91eca245b48294 (diff) |
make test: fix typo
Change-Id: I70b4123129aab5770a45ccde4cef4452d06386b8
Signed-off-by: Klement Sekera <ksekera@cisco.com>
-rw-r--r-- | test/test_span.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_span.py b/test/test_span.py index dc0110dbe07..d8b65252162 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" % |