From c118a220e57a88c1acbaddf66cbe5028709094e0 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Wed, 26 Jun 2019 06:52:32 -0400 Subject: tests: fix test-checkstyle failure in test_memif.py Type: style Change-Id: Ifea1fed5a6943605a6111afb33c54a8ff852d087 Signed-off-by: Paul Vinciguerra --- test/test_memif.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_memif.py b/test/test_memif.py index 07181afd6f1..aae5b3c1efb 100644 --- a/test/test_memif.py +++ b/test/test_memif.py @@ -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() -- cgit 1.2.3-korg