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:

committed by
Neale Ranns

parent
023d23ad89
commit
c118a220e5
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user