tests: fix test-checkstyle failure in test_memif.py

Type: style

Change-Id: Ifea1fed5a6943605a6111afb33c54a8ff852d087
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
This commit is contained in:
Paul Vinciguerra
2019-06-26 06:52:32 -04:00
committed by Neale Ranns
parent 023d23ad89
commit c118a220e5

View File

@ -250,8 +250,8 @@ class TestMemif(VppTestCase):
# add routing to remote vpp
route = VppIpRoute(self.remote_test, self.pg0._local_ip4_subnet, 24,
[VppRoutePath(memif.ip4_addr, 0xffffffff)],
register=False)
[VppRoutePath(memif.ip4_addr, 0xffffffff)],
register=False)
route.add_vpp_config()