diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-06-26 06:52:32 -0400 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-06-26 13:07:07 +0000 |
commit | c118a220e57a88c1acbaddf66cbe5028709094e0 (patch) | |
tree | 2810a8c82503aae0f246bed98cb77e76717fbb01 /test | |
parent | 023d23ad89ca36966a7268890b7c1115f7477bde (diff) |
tests: fix test-checkstyle failure in test_memif.py
Type: style
Change-Id: Ifea1fed5a6943605a6111afb33c54a8ff852d087
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/test_memif.py | 4 |
1 files 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() |