tests: fix test-checkstyle failure in test_memif.py 54/20354/3
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Wed, 26 Jun 2019 10:52:32 +0000 (06:52 -0400)
committerNeale Ranns <nranns@cisco.com>
Wed, 26 Jun 2019 13:07:07 +0000 (13:07 +0000)
Type: style

Change-Id: Ifea1fed5a6943605a6111afb33c54a8ff852d087
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
test/test_memif.py

index 07181af..aae5b3c 100644 (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()