From: Paul Vinciguerra Date: Wed, 26 Jun 2019 10:52:32 +0000 (-0400) Subject: tests: fix test-checkstyle failure in test_memif.py X-Git-Tag: v20.01-rc0~315 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F54%2F20354%2F3;p=vpp.git tests: fix test-checkstyle failure in test_memif.py Type: style Change-Id: Ifea1fed5a6943605a6111afb33c54a8ff852d087 Signed-off-by: Paul Vinciguerra --- 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()